diff options
author | Bruno Haible <bruno@clisp.org> | 2000-07-29 01:54:28 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2000-07-29 01:54:28 +0000 |
commit | be0ef048cf965b853719220a58610ced8c1b23a5 (patch) | |
tree | c7ffc8d21fe2bf62680d876957a85974397c9b6b /intl | |
parent | 33cb3828c4b49a737770effa1d070b72e6d883c5 (diff) | |
download | external_gettext-be0ef048cf965b853719220a58610ced8c1b23a5.zip external_gettext-be0ef048cf965b853719220a58610ced8c1b23a5.tar.gz external_gettext-be0ef048cf965b853719220a58610ced8c1b23a5.tar.bz2 |
Distribute po2msg.sin instead of its predecessors.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/ChangeLog | 1 | ||||
-rw-r--r-- | intl/Makefile.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index 0742de3..1b332cc 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -10,6 +10,7 @@ * xopen-msg.sed: Renamed to ... * po2msg.sin: ... here. * linux-msg.sed: Remove file. + * Makefile.in (DISTFILES.common): Update. 2000-07-28 Bruno Haible <haible@clisp.cons.org> diff --git a/intl/Makefile.in b/intl/Makefile.in index 767ce93..7fe3e22 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -71,8 +71,8 @@ explodename.$lo dcigettext.$lo dcngettext.$lo dngettext.$lo ngettext.$lo \ plural.$lo localcharset.$lo CATOBJS = cat-compat.$lo ../po/cat-id-tbl.$lo GETTOBJS = intl-compat.$lo -DISTFILES.common = ChangeLog Makefile.in linux-msg.sed po2tbl.sin \ -xopen-msg.sed config.charset ref-add.sin ref-del.sin $(HEADERS) $(SOURCES) +DISTFILES.common = ChangeLog Makefile.in po2msg.sin po2tbl.sin \ +config.charset ref-add.sin ref-del.sin $(HEADERS) $(SOURCES) DISTFILES.normal = VERSION DISTFILES.gettext = libintl.glibc intlh.inst.in plural.c |