2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[1687] rename configure's --enable-man to --enable-generate-docs

This commit is contained in:
Jeremy C. Reed
2012-08-02 20:55:20 -05:00
parent d7d8c3a081
commit 932ddbdd34
22 changed files with 71 additions and 71 deletions

View File

@@ -9,7 +9,7 @@ EXTRA_DIST = bind10-guide.xml
CLEANFILES = $(HTMLDOCS) $(DOCS) bind10-messages.xml
# This is not a "man" manual, but reuse this for now for docbook.
if ENABLE_MAN
if GENERATE_DOCS
bind10-guide.html: bind10-guide.xml
@XSLTPROC@ --novalid --xinclude --nonet \
@@ -40,7 +40,7 @@ bind10-messages.xml:
else
$(HTMLDOCS) $(DOCS):
@echo Doc generation disabled. Creating dummy $@. Configure with --enable-man to enable it.
@echo Doc generation disabled. Remove this file, configure with --enable-man, and rebuild BIND 10 > $@
@echo Doc generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it.
@echo Doc generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild BIND 10 > $@
endif