summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-release2
-rw-r--r--cfg.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/README-release b/README-release
index 09b50d7a2..9aaf3a010 100644
--- a/README-release
+++ b/README-release
@@ -50,7 +50,7 @@ FIXME: enable excluded programs like arch? to get their manual pages?
Once all the builds and tests have passed,
-* Run the gnupload command that was suggested by your "make major" run above.
+* Run the gnupload command that was suggested by your "make stable" run above.
* Wait a few minutes (maybe up to 30?) and then use the release URLs to
download all tarball/signature pairs and use gpg --verify to ensure
diff --git a/cfg.mk b/cfg.mk
index 1a75170cc..1df608e9c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -18,7 +18,7 @@
# Use ftp.gnu.org for major releases.
gnu_ftp_host-alpha = alpha.gnu.org
gnu_ftp_host-beta = alpha.gnu.org
-gnu_ftp_host-major = ftp.gnu.org
+gnu_ftp_host-stable = ftp.gnu.org
gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
# Used in maint.mk's web-manual rule