From: Bruno Haible Date: Sun, 16 Nov 2003 15:11:25 +0000 (+0000) Subject: Followup to big renaming. X-Git-Tag: v0.13~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc317e09b4701bd85de86d6a5a9f7383903456ef;p=thirdparty%2Fgettext.git Followup to big renaming. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 3e92b8ecd..b00280dab 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2003-11-15 Bruno Haible + + * Makefile.am (EXTRA_DIST): Remove xg-test1.ok.po, add xg-c-1.ok.po. + (xg-c-1.ok.po): Renamed from xg-test1.ok.po. + 2003-11-15 Bruno Haible * xgettext-7: Fix typo in tmpfiles. diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index bf24bd34d..14de67d12 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -94,7 +94,7 @@ TESTS = gettext-1 gettext-2 \ lang-perl-2 lang-php lang-po lang-rst EXTRA_DIST += $(TESTS) \ - test.mo xg-test1.ok.po mex-test2.ok msguniq-a.in msguniq-a.inp \ + test.mo xg-c-1.ok.po mex-test2.ok msguniq-a.in msguniq-a.inp \ msguniq-a.out qttest_pl.po qttest_pl.qm ChangeLog.0 XGETTEXT = ../src/xgettext @@ -132,8 +132,8 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \ CONFIG_SHELL='$(SHELL)' \ $(SHELL) -xg-test1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c - $(XGETTEXT) -d xg-test1.ok -p $(srcdir) \ +xg-c-1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c + $(XGETTEXT) -d xg-c-1.ok -p $(srcdir) \ -k_ --omit-header --no-location \ $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c