21 lines
488 B
Text
21 lines
488 B
Text
|
if ENABLE_SPECS
|
||
|
if HAVE_PERL
|
||
|
|
||
|
# Main DocBook/XML files (DOCTYPE book)
|
||
|
docbook = libX11-keys.xml
|
||
|
|
||
|
# Included chapters, appendix, images
|
||
|
chapters = $(locales:%=%.xml)
|
||
|
|
||
|
# The location where the DocBook/XML generated formats are installed
|
||
|
shelfdir = $(docdir)/i18n/compose
|
||
|
|
||
|
# Generate DocBook/XML output formats with or without stylesheets
|
||
|
# The XML source is generated and cleaned but not distributed
|
||
|
include docbook-nl.am
|
||
|
|
||
|
endif HAVE_PERL
|
||
|
endif ENABLE_SPECS
|
||
|
|
||
|
EXTRA_DIST = compose-chart.pl
|