summaryrefslogtreecommitdiff
path: root/docbook.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-06 18:45:55 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-06 18:45:55 -0700
commit8451664d228852f7b57eb11a35be3328b6fff13a (patch)
treed7db7a9b0e24d000e76226a370e0fcf50da18116 /docbook.am
parentf9a140097dace149a2c6b6f72080edee24b068f4 (diff)
downloadxorg-lib-libXext-8451664d228852f7b57eb11a35be3328b6fff13a.tar.gz
Install xml versions of specs even if HAVE_XMLTO is false
Moves HAVE_XMLTO check into docbook.am, more closely matches behaviour from before docbook.am changes. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'docbook.am')
-rw-r--r--docbook.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook.am b/docbook.am
index 3cf21e8..6937083 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
#
@@ -91,5 +92,6 @@ XSLTPROC_FLAGS = \
endif HAVE_XSLTPROC
endif HAVE_STYLESHEETS
+endif HAVE_XMLTO
CLEANFILES = $(shelf_DATA) $(sgmldbs_DATA)