summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-06-12 18:39:46 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-06-12 20:23:28 -0400
commitb710cdadc92fc212af361bee48f5af6333ec3e6d (patch)
tree45edafbce6eae7bdaf63c5756c48f9a39698dd02 /doc
parent78d1f7d29145567e11b985042e917a435bef95f9 (diff)
downloadxorg-lib-libxtrans-b710cdadc92fc212af361bee48f5af6333ec3e6d.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 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 71b40e4..014c956 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,5 @@
if ENABLE_DOCS
-if HAVE_XMLTO
# Main DocBook/XML files (DOCTYPE book)
docbook = xtrans.xml
@@ -11,5 +10,4 @@ shelfdir = $(docdir)
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am
-endif HAVE_XMLTO
endif ENABLE_DOCS