diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-19 11:43:15 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:09 +0200 |
commit | 0ea3a9ba6ae95eb13af6fa1392612f8a2ad3f22a (patch) | |
tree | 75de984fb76883bfaa559471636c9a9c81919817 /gettext-tools/doc/Makefile.am | |
parent | 67177dbc785d753822dce83c85dd6fa2ea686cea (diff) | |
download | external_gettext-0ea3a9ba6ae95eb13af6fa1392612f8a2ad3f22a.zip external_gettext-0ea3a9ba6ae95eb13af6fa1392612f8a2ad3f22a.tar.gz external_gettext-0ea3a9ba6ae95eb13af6fa1392612f8a2ad3f22a.tar.bz2 |
Document the most important ISO-639 three-letter language codes.
Diffstat (limited to 'gettext-tools/doc/Makefile.am')
-rw-r--r-- | gettext-tools/doc/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index b513082..a60c8fa 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -34,7 +34,7 @@ gettext_TEXINFOS = \ xgettext.texi msginit.texi msgmerge.texi msgcat.texi msgconv.texi \ msggrep.texi msgfilter.texi msguniq.texi msgcomm.texi msgcmp.texi \ msgattrib.texi msgen.texi msgexec.texi msgfmt.texi msgunfmt.texi \ - gettextize.texi autopoint.texi iso-639.texi iso-3166.texi \ + gettextize.texi autopoint.texi iso-639.texi iso-639-2.texi iso-3166.texi \ gpl.texi lgpl.texi fdl.texi \ $(top_srcdir)/../gettext-runtime/doc/rt-gettext.texi \ $(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \ @@ -46,7 +46,9 @@ doc_DATA = FAQ.html tutorial.html EXTRA_DIST += $(doc_DATA) EXTRA_DIST += \ - iso-639.sed iso-3166.sed ISO_639 ISO_3166 ISO_3166_de texi2html \ + iso-639.sed iso-639-2.sed iso-3166.sed \ + ISO_639 ISO_639-2 ISO_3166 ISO_3166_de \ + texi2html \ ChangeLog.0 iso-639.texi: ISO_639 iso-639.sed @@ -54,6 +56,11 @@ iso-639.texi: ISO_639 iso-639.sed rm -f $(srcdir)/iso-639.texi mv iso-639.tmp $(srcdir)/iso-639.texi +iso-639-2.texi: ISO_639-2 iso-639-2.sed + $(SED) -f $(srcdir)/iso-639-2.sed $(srcdir)/ISO_639-2 > iso-639-2.tmp + rm -f $(srcdir)/iso-639-2.texi + mv iso-639-2.tmp $(srcdir)/iso-639-2.texi + iso-3166.texi: ISO_3166 iso-3166.sed $(SED) -f $(srcdir)/iso-3166.sed $(srcdir)/ISO_3166 > iso-3166.tmp rm -f $(srcdir)/iso-3166.texi |