./configure
make
make dist
- make distcheck
+
+ # To prevent auto-updating '.version' file by GNUmakefile due to
+ # regenerated PO files, specify Makefile manually.
+ make -f Makefile distcheck
Then you will get a distribution tarball:
- gettext-runtime/po/Makefile.in.in
- Update Origin version, if this file has changed since the last
- release.
+ Update Origin version.
+
+ - gettext-runtime/m4/*.m4
+
+ Update version at the first line.
- - gettext-runtime/m4/po.m4
- gettext-runtime/intl/libgnuintl.in.h
+
+ Update LIBINTL_VERSION.
+
- gettext-tools/libgettextpo/gettext-po.in.h
- Update the version numbers, if there is any change.
+ Update LIBGETTEXTPO_VERSION.
- gettext-runtime/intl/Makefile.in
- gettext-tools/libgettextpo/Makefile.am
- gettext-tools/misc/po-mode.el
- Bump po-mode-version-string.
+ Update po-mode-version-string, if there is any change.
- NEWS
- gettext-runtime/libasprintf/NEWS
- gettext-runtime/NEWS
+ Add news entries if any.
+
- djgpp/*
+ Update to the latest upstream.
+
** Update autopoint related files:
- gettext-tools/configure.ac
- Update ARCHIVE_VERSION
+ Update ARCHIVE_VERSION.
- gettext-tools/misc/autopoint.in
- Update the case statement around line 371 to include the latest release.
-
- and commit the changes.
+ Update the 'case' statement around line 371 to include the latest release.
** Once you get enough translation updates, update translations:
make dist
(cd gettext-tools/misc
./add-to-archive ../../gettext-$CURRENT_VERSION.tar.gz)
- make distcheck
+
+ # To prevent auto-updating '.version' file by GNUmakefile due to
+ # regenerated PO files, specify Makefile manually.
+ make -f Makefile distcheck
** Upload tarballs: