summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/dtrace/Makefile.am2
-rw-r--r--docbook.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/dtrace/Makefile.am b/doc/dtrace/Makefile.am
index aaf5a1267..df26d2b9e 100644
--- a/doc/dtrace/Makefile.am
+++ b/doc/dtrace/Makefile.am
@@ -1,6 +1,5 @@
if ENABLE_DOCS
-if HAVE_XMLTO
if XSERVER_DTRACE
# Main DocBook/XML files (DOCTYPE book)
@@ -13,5 +12,4 @@ shelfdir = $(docdir)
include $(top_srcdir)/docbook.am
endif XSERVER_DTRACE
-endif HAVE_XMLTO
endif ENABLE_DOCS
diff --git a/docbook.am b/docbook.am
index 3af09f354..f1861c0e1 100644
--- a/docbook.am
+++ b/docbook.am
@@ -20,6 +20,7 @@ shelf_DATA =
# DocBook/XML file with chapters, appendix and images it includes
dist_shelf_DATA = $(docbook) $(chapters)
+if HAVE_XMLTO
#
# Generate DocBook/XML output formats with or without stylesheets
#
@@ -92,5 +93,6 @@ XSLTPROC_FLAGS = \
endif HAVE_XSLTPROC
endif HAVE_STYLESHEETS
+endif HAVE_XMLTO
CLEANFILES = $(shelf_DATA)