mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 23:08:05 +02:00
Install xml versions of specs even if HAVE_XMLTO is false
Moves HAVE_XMLTO check into docbook.am, more closely matches behaviour
from before docbook.am changes (commit e8c76407d2)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
a0ad0d5c99
commit
9a1ae7a90f
7 changed files with 2 additions and 12 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) $(sgmldbs_DATA)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
if ENABLE_SPECS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = xim.xml
|
||||
|
|
@ -21,5 +20,4 @@ shelfdir = $(docdir)/XIM
|
|||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/docbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_SPECS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
if ENABLE_SPECS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = xkblib.xml
|
||||
|
|
@ -59,5 +58,4 @@ shelfdir = $(docdir)/XKB
|
|||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/docbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_SPECS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
if ENABLE_SPECS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = framework.xml
|
||||
|
|
@ -14,5 +13,4 @@ shelfdir = $(docdir)/framework
|
|||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/docbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_SPECS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
if ENABLE_SPECS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = localedb.xml
|
||||
|
|
@ -11,5 +10,4 @@ shelfdir = $(docdir)/localedb
|
|||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/docbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_SPECS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
if ENABLE_SPECS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = trans.xml
|
||||
|
|
@ -11,5 +10,4 @@ shelfdir = $(docdir)/trans
|
|||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/docbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_SPECS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
if ENABLE_SPECS
|
||||
if HAVE_XMLTO
|
||||
|
||||
# Main DocBook/XML files (DOCTYPE book)
|
||||
docbook = libX11.xml
|
||||
|
|
@ -36,5 +35,4 @@ shelfdir = $(docdir)
|
|||
# Generate DocBook/XML output formats with or without stylesheets
|
||||
include $(top_srcdir)/docbook.am
|
||||
|
||||
endif HAVE_XMLTO
|
||||
endif ENABLE_SPECS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue