Makefile.am revision eb411b4b
1if ENABLE_SPECS 2if HAVE_PERL 3 4# Main DocBook/XML files (DOCTYPE book) 5docbook = libX11-keys.xml 6 7# Included chapters, appendix, images 8chapters = $(locales:%=%.xml) 9 10# The location where the DocBook/XML generated formats are installed 11shelfdir = $(docdir)/i18n/compose 12 13# Generate DocBook/XML output formats with or without stylesheets 14# The XML source is generated and cleaned but not distributed 15include docbook-nl.am 16 17endif HAVE_PERL 18endif ENABLE_SPECS 19 20EXTRA_DIST = compose-chart.pl 21