From 8c19e4a18ef037b97054f6ea4aefa94f62ac9dbc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 30 Apr 2016 19:23:24 +0100 Subject: [PATCH] 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. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg.mk b/cfg.mk index f934cf3..83e7860 100644 --- a/cfg.mk +++ b/cfg.mk @@ -14,6 +14,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# 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) + # Used in maint.mk's web-manual rule manual_title = Comparing and Merging Files