summaryrefslogtreecommitdiff
path: root/specs
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:27 -0400
commit809c9e936b9f5234de03148376d389fdcfa6d40a (patch)
tree628a81422def7b5dad796bce968c7be77fd1182b /specs
parent94f585af88a6486148ad6514f1f74eb83ce547ef (diff)
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 f16269c..287f6f0 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 = inputlib.xml
@@ -14,5 +13,4 @@ shelfdir = $(docdir)
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am
-endif HAVE_XMLTO
endif ENABLE_SPECS