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.
This commit is contained in:
@@ -9,5 +9,9 @@ MAINTAINERCLEANFILES = Makefile.in \
|
||||
config.h.in \
|
||||
install-sh
|
||||
|
||||
SUBDIRS = util lib programs include doc
|
||||
SUBDIRS = util lib programs include
|
||||
|
||||
if BUILD_DOCS
|
||||
SUBDIRS += doc
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user