diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-06-16 20:12:03 -0400 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-20 08:41:52 +1000 |
commit | acf2173b321749c42d29d858d3521a4d506c732e (patch) | |
tree | c279d284c985122402d28b839917db9ec8b4fe10 /docbook.am | |
parent | 44890b3e266116ae71bfca2590e5fd9cdfbdb69b (diff) |
Install xml versions of specs even if HAVE_XMLTO is false
DocBook/XML input source is also a useful output format that can be viewed
with an XML viewer or editor and by some O/S help system.
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'docbook.am')
-rw-r--r-- | docbook.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook.am b/docbook.am index 3af09f354..f1861c0e1 100644 --- a/docbook.am +++ b/docbook.am @@ -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 # @@ -92,5 +93,6 @@ XSLTPROC_FLAGS = \ endif HAVE_XSLTPROC endif HAVE_STYLESHEETS +endif HAVE_XMLTO CLEANFILES = $(shelf_DATA) |