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>
This commit is contained in:
Gaetan Nadon
2011-06-12 18:39:46 -04:00
parent 78d1f7d291
commit b710cdadc9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
if ENABLE_DOCS if ENABLE_DOCS
if HAVE_XMLTO
# Main DocBook/XML files (DOCTYPE book) # Main DocBook/XML files (DOCTYPE book)
docbook = xtrans.xml docbook = xtrans.xml
@@ -11,5 +10,4 @@ shelfdir = $(docdir)
# Generate DocBook/XML output formats with or without stylesheets # Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am include $(top_srcdir)/docbook.am
endif HAVE_XMLTO
endif ENABLE_DOCS endif ENABLE_DOCS

View File

@@ -20,6 +20,7 @@ shelf_DATA =
# DocBook/XML file with chapters, appendix and images it includes # DocBook/XML file with chapters, appendix and images it includes
dist_shelf_DATA = $(docbook) $(chapters) dist_shelf_DATA = $(docbook) $(chapters)
if HAVE_XMLTO
# #
# Generate DocBook/XML output formats with or without stylesheets # Generate DocBook/XML output formats with or without stylesheets
# #
@@ -91,5 +92,6 @@ XSLTPROC_FLAGS = \
endif HAVE_XSLTPROC endif HAVE_XSLTPROC
endif HAVE_STYLESHEETS endif HAVE_STYLESHEETS
endif HAVE_XMLTO
CLEANFILES = $(shelf_DATA) CLEANFILES = $(shelf_DATA)