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:27 -0400 |
commit | 809c9e936b9f5234de03148376d389fdcfa6d40a (patch) | |
tree | 628a81422def7b5dad796bce968c7be77fd1182b /docbook.am | |
parent | 94f585af88a6486148ad6514f1f74eb83ce547ef (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 'docbook.am')
-rw-r--r-- | docbook.am | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ shelf_DATA = # DocBook/XML file with chapters, appendix and images it includes dist_shelf_DATA = $(docbook) $(chapters) +if HAVE_XMLTO # # Generate DocBook/XML output formats with or without stylesheets # @@ -91,5 +92,6 @@ XSLTPROC_FLAGS = \ endif HAVE_XSLTPROC endif HAVE_STYLESHEETS +endif HAVE_XMLTO CLEANFILES = $(shelf_DATA) |