summaryrefslogtreecommitdiff
path: root/specs
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:28 -0400
commite80d85902dcd19edd9bdb5f574ca47d0811ac0aa (patch)
treea34b1a85f303e7c0dc083140289292bc35f27b3c /specs
parent8f407c9417ffe2c1e01b37e18c71469d2baee970 (diff)
downloadxorg-proto-scrnsaverproto-e80d85902dcd19edd9bdb5f574ca47d0811ac0aa.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')
-rw-r--r--specs/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am
index d73e038..f93e295 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 = saver.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