summaryrefslogtreecommitdiff
path: root/specs/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-06-12 17:54:50 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-06-12 20:23:27 -0400
commitf35b8b8be16f1903beed34fe23fa53d102329342 (patch)
treeb2e839eb7368195e2560e7b7204c92806442a6e0 /specs/Makefile.am
parent4c9cbdb1b40799121456c692d960135d741f13c7 (diff)
downloadxorg-lib-libICE-f35b8b8be16f1903beed34fe23fa53d102329342.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 'specs/Makefile.am')
-rw-r--r--specs/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am
index e4e5c29..2937cb7 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -1,6 +1,5 @@
if ENABLE_SPECS
-if HAVE_XMLTO
# Main DocBook/XML files (DOCTYPE book)
docbook = ice.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_SPECS