diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-06-12 18:39:46 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-06-12 20:23:28 -0400 |
commit | b8c1a91ed12488999dee915953b5bc36019bbf95 (patch) | |
tree | ce62258ba35772c73e9b5a3c2cf3f2cde3ce570a /specs | |
parent | 9656d08c2c01965aa57f21f29cc2261b9d015b3c (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.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index eb4c2f0..f35ef69 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 = xtestlib.xml recordlib.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 |