1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/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

17 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