diff options
author | marha <marha@users.sourceforge.net> | 2011-09-14 14:23:18 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-14 14:23:18 +0200 |
commit | 16b53769eba7d5d8249a217aa29287d72b7713c2 (patch) | |
tree | 0f763704293799f7fce6ed4f0f57188159660607 /libX11/specs/i18n/compose/Makefile.am | |
parent | 24a692ce832161d3b794110dd82b1508d38a0887 (diff) | |
download | vcxsrv-16b53769eba7d5d8249a217aa29287d72b7713c2.tar.gz vcxsrv-16b53769eba7d5d8249a217aa29287d72b7713c2.tar.bz2 vcxsrv-16b53769eba7d5d8249a217aa29287d72b7713c2.zip |
libX11 git update 14 sep 2011
Diffstat (limited to 'libX11/specs/i18n/compose/Makefile.am')
-rw-r--r-- | libX11/specs/i18n/compose/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
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 |