From ce71c23fe5391cca80c712cc7a7dd5f5369f53e7 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 27 Jun 2013 16:20:01 +0900 Subject: [PATCH] Mention git submodule in Admin/release-steps. --- Admin/release-steps | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Admin/release-steps b/Admin/release-steps index 22f2befc8..bc632e1fe 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -3,10 +3,6 @@ Tasks not to forget before release: - Update ABOUT-NLS and doc/matrix.texi with information from the Translation Project, by running run.sh in gettext-runtime/doc/Admin/. -- Update config.guess and config.sub from ftp://ftp.gnu.org/pub/gnu/config/. - now from - wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' - wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' - Update gettext-runtime/intl/locale.alias from glibc's intl/locale.alias. - Update gettext-runtime/intl/{localcharset.h,localcharset.c,config.charset} from libcharset inside libiconv. @@ -51,6 +47,9 @@ Tasks not to forget before release: gettext-runtime/libasprintf/NEWS gettext-runtime/NEWS +- Update git submodules. + git submodule foreach git pull origin master + - Iterate: ./rerun-autogen ./rerun-configure -- 2.47.2