summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-04-29 14:39:26 +0100
committerJim Meyering <meyering@fb.com>2016-04-29 14:39:26 +0100
commit3bf440815095eb4c630b75c09bc22894a2be762f (patch)
tree16079a165b2e42dfd9ce1f3b86287826b05285e9 /cfg.mk
parentd0a34abfd93f0e8a8158483b0683782faa46d9eb (diff)
downloadgzip-3bf440815095eb4c630b75c09bc22894a2be762f.tar.gz
maint: arrange for better URLs in generated announcement message
* cfg.mk (url_dir_list): Define. I had been correcting the generated URLs by hand, just before the announcement. This is better.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 6f75c0f..8730ed1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -17,6 +17,10 @@
# Used in maint.mk's web-manual rule
manual_title = gzip: the data compression program
+# Use the direct link. This is guaranteed to work immediately, while
+# it can take a while for the faster mirror links to become usable.
+url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
+
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_bindtextdomain \