From: Daiki Ueno Date: Sun, 21 Jul 2013 00:13:08 +0000 (+0900) Subject: tests: include init.sh in the distribution X-Git-Tag: v0.19~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a13c30f1e3830f1a01a6a269c7928b2bb8703e;p=thirdparty%2Fgettext.git tests: include init.sh in the distribution * gettext-tools/tests/Makefile.am (EXTRA_DIST): Add init.sh. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index e342d7fbd..3f7e8f836 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2013-07-21 Daiki Ueno + + * Makefile.am (EXTRA_DIST): Add init.sh. + 2013-07-11 Daiki Ueno * xgettext-lua-1: Add test case for string concatenation. diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index d4f258436..2e31a4f11 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -138,7 +138,7 @@ TESTS = gettext-1 gettext-2 gettext-3 gettext-4 gettext-5 gettext-6 gettext-7 \ lang-ycp lang-tcl lang-perl-1 lang-perl-2 lang-php lang-po lang-rst \ lang-lua lang-javascript lang-vala -EXTRA_DIST += $(TESTS) \ +EXTRA_DIST += init.sh $(TESTS) \ test.mo xg-c-1.ok.po mex-test2.ok \ mm-ko.ascii.pot mm-ko.euc-kr.po mm-ko-comp.euc-kr.po \ mm-viet.comp.po mm-viet.pot mm-viet.out \