Files
cdesktop/cde/Makefile.am
Jon Trulson 73c7cdd7fb configure.ac: add --disable-docs option to disable doc building
Using this option to configure will disable the building of the dthelp
and dtinfo documentation files.
2022-07-04 15:53:53 -06:00

18 lines
305 B
Makefile

docsdir = $(CDE_INSTALLATION_TOP)
docs_DATA = CONTRIBUTORS COPYING copyright HISTORY README.md
MAINTAINERCLEANFILES = Makefile.in \
configure libtool \
config.guess \
config.sub \
config.log \
config.h.in \
install-sh
SUBDIRS = util lib programs include
if BUILD_DOCS
SUBDIRS += doc
endif