blob: 9e3a26deab65f58b087ccb1d7cefbee4d571ba71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|