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>
This commit is contained in:
parent
44890b3e26
commit
acf2173b32
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
if ENABLE_DOCS
|
if ENABLE_DOCS
|
||||||
if HAVE_XMLTO
|
|
||||||
if XSERVER_DTRACE
|
if XSERVER_DTRACE
|
||||||
|
|
||||||
# Main DocBook/XML files (DOCTYPE book)
|
# Main DocBook/XML files (DOCTYPE book)
|
||||||
|
@ -13,5 +12,4 @@ shelfdir = $(docdir)
|
||||||
include $(top_srcdir)/docbook.am
|
include $(top_srcdir)/docbook.am
|
||||||
|
|
||||||
endif XSERVER_DTRACE
|
endif XSERVER_DTRACE
|
||||||
endif HAVE_XMLTO
|
|
||||||
endif ENABLE_DOCS
|
endif ENABLE_DOCS
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
@ -92,5 +93,6 @@ XSLTPROC_FLAGS = \
|
||||||
|
|
||||||
endif HAVE_XSLTPROC
|
endif HAVE_XSLTPROC
|
||||||
endif HAVE_STYLESHEETS
|
endif HAVE_STYLESHEETS
|
||||||
|
endif HAVE_XMLTO
|
||||||
|
|
||||||
CLEANFILES = $(shelf_DATA)
|
CLEANFILES = $(shelf_DATA)
|
||||||
|
|
Loading…
Reference in New Issue