diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-06-23 09:49:24 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-06-23 09:49:43 +0900 |
commit | 43b61e43d19c63e52b09aa3a6c21e189eac19175 (patch) | |
tree | 29acd821b7febea5f587b3cdf3dd9b17eb3ed3c6 /Admin | |
parent | edb7f5cee80f18e4953f6c88cf3d8f9bc85f2f47 (diff) | |
download | external_gettext-43b61e43d19c63e52b09aa3a6c21e189eac19175.zip external_gettext-43b61e43d19c63e52b09aa3a6c21e189eac19175.tar.gz external_gettext-43b61e43d19c63e52b09aa3a6c21e189eac19175.tar.bz2 |
maint: Minor adjustment to the release steps
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/release-steps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Admin/release-steps b/Admin/release-steps index 1947434..ee66ba3 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -7,6 +7,7 @@ Release procedure * Update 'gnulib' git submodule: git submodule foreach git pull origin master + git add gnulib git commit -m 'Update gnulib' * Update files: @@ -26,7 +27,7 @@ Release procedure - gettext-runtime/intl/config.charset Update with libcharset inside libiconv. Check that - gnulib/lib/{localcharset.h,localcharset.c,config.charset} agrees + gnulib/lib/{localcharset.h,localcharset.c,config.charset} agree with it, except for copyright header changes. - gettext-runtime/po/Makefile.in.in |