diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-06-12 17:54:50 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-06-12 20:23:28 -0400 |
commit | 84ddb52e2362953c2e646e85eb745c34c1c01e2a (patch) | |
tree | 0dbee53a654d6859e2425e4bcf665df527619016 /specs/Makefile.am | |
parent | 09dcc84b4cea1416d01a53b32875295adfb36ba4 (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/Makefile.am')
-rw-r--r-- | specs/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index b319f8b..3b046a6 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 = \ @@ -27,5 +26,4 @@ shelfdir = $(docdir) # Generate DocBook/XML output formats with or without stylesheets include $(top_srcdir)/docbook.am -endif HAVE_XMLTO endif ENABLE_SPECS |