From: Daiki Ueno Date: Tue, 3 Jun 2014 04:19:02 +0000 (+0900) Subject: maint: Mention how to use the included gettext-tools to regeneate files X-Git-Tag: v0.19.1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72503d8c33c972292805e815907ed45063f28b43;p=thirdparty%2Fgettext.git maint: Mention how to use the included gettext-tools to regeneate files --- diff --git a/Admin/release-steps b/Admin/release-steps index f1e0b7823..7c48750cd 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -71,6 +71,9 @@ Tasks not to forget before release: ./add-to-archive /somewhere/gettext-0.xx.yy.tar.gz Then update the case statement in autopoint.in. - run "make maintainer-update-po" to generate PO files with the built tools + PATH="$PWD/gettext-tools/src:$PWD/gettext-tools/misc:$PATH" \ + gettext_datadir="$PWD/gettext-tools/misc" \ + make maintainer-update-po - again: "make dist" * Upload gettext-0.xx.yy.tar.gz to ftp.gnu.org, according to the