From 16b53769eba7d5d8249a217aa29287d72b7713c2 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 14 Sep 2011 14:23:18 +0200 Subject: libX11 git update 14 sep 2011 --- libX11/specs/i18n/compose/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libX11/specs/i18n/compose/Makefile.am (limited to 'libX11/specs/i18n/compose/Makefile.am') diff --git a/libX11/specs/i18n/compose/Makefile.am b/libX11/specs/i18n/compose/Makefile.am new file mode 100644 index 000000000..9e3a26dea --- /dev/null +++ b/libX11/specs/i18n/compose/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3