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:27 -0400 |
commit | 64e002e55555205fdcdb9e6d78d6eadd4136cb7a (patch) | |
tree | e57a51829c94142a5392ce794fb01c0002498792 /doc | |
parent | bef231eefedae448255b705aa2f687f49e371b71 (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 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 32e9345..d8a2ad0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,5 @@ if ENABLE_DOCS -if HAVE_XMLTO # Main DocBook/XML files (DOCTYPE book) docbook = SMlib.xml xsmp.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_DOCS |