summaryrefslogtreecommitdiff
path: root/docbook.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-06-12 18:38:44 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-06-12 20:23:27 -0400
commit66e450fdbb58b77641351e3c11631fdde86bf205 (patch)
tree744f99fb46dba7fe6354fca22d0d0925322cf15a /docbook.am
parentf3d7c3c5d9f142149d3217682667b32c3d0ded8d (diff)
downloadxorg-lib-libXaw-66e450fdbb58b77641351e3c11631fdde86bf205.tar.gz
Install xml versions of specs even if HAVE_XMLTO is false
DocBook/XML input source is also a usefull output format that can be viewed with an XML viewer or editor and by some O/S help system. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
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 5864c9e..2ffb7e6 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)