summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-17 16:50:33 +0200
committerBruno Haible <bruno@clisp.org>2022-07-17 23:24:57 +0200
commitd39798e88937ba4e071b447cbafff1db7b6357db (patch)
tree6a25cdfd7ad09531de97046afd69f622002238dc /HACKING
parent8b4fd564291cdf428f1095d96210c40df06b7485 (diff)
downloadgettext-d39798e88937ba4e071b447cbafff1db7b6357db.tar.gz
Split autogen.sh into autopull.sh and autogen.sh.
* autopull.sh: New file, based on autogen.sh. * autogen.sh: Remove code that was moved to autopull.sh. Remove --skip-gnulib option. * HACKING: Mention autopull.sh. * libtextstyle/autopull.sh: New file, based on libtextstyle/autogen.sh. * libtextstyle/autogen.sh: Remove code that was moved to libtextstyle/autopull.sh. Remove --skip-gnulib option. * libtextstyle/HACKING: Mention autopull.sh. * libtextstyle/m4/init-package-version.m4: Update comment.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index ec0463698..1f2dea581 100644
--- a/HACKING
+++ b/HACKING
@@ -350,12 +350,12 @@ https://savannah.gnu.org/git/?group=gettext .
After fetching the sources from the Git repository, peek at the comments in
autogen.sh, then run
- ./gitsub.sh pull
+ ./autopull.sh
./autogen.sh
Then you can proceed with "./configure" as usual.
Each time you want to update the source, do not only "git pull". Instead do
- git pull && ./gitsub.sh pull
+ git pull && ./autopull.sh
./autogen.sh