summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-13 16:30:39 -0500
committerColin Walters <walters@verbum.org>2012-01-13 16:30:39 -0500
commit3c351a09e59eef9c754d119f94e780a71ab0797e (patch)
tree395e4bb66e4c6542bae341f83d24996fdd8961cd /Makefile.am
parenta594f37dfc676e40feda1375be2021fdca0eb39e (diff)
downloadostree-3c351a09e59eef9c754d119f94e780a71ab0797e.tar.gz
build: Add --disable-documentation flag
We may have xsltproc, but no DTDs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88693896..ddcf078c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,7 @@ XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
EXTRA_DIST += $(XML_FILES)
-if HAVE_XSLTPROC
+if BUILD_DOCUMENTATION
dist_man_MANS = $(MANPAGES)