]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(www-gnu): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2002 07:44:38 +0000 (07:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2002 07:44:38 +0000 (07:44 +0000)
(standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
the location has moved.

Makefile.maint

index 83efdf30e9cb6121f3715d15c25f96059821f24a..27df3c6826e42fb65a85ee775aa246154fbeefb0 100644 (file)
@@ -280,6 +280,7 @@ announcement: NEWS ChangeLog $(rel-files)
 
 WGET = wget
 ftp-gnu = ftp://ftp.gnu.org/gnu
+www-gnu = http://www.gnu.org
 
 # Use mv, if you don't have/want move-if-change.
 move_if_change ?= move-if-change
@@ -334,8 +335,8 @@ ansi2knr.c-url_prefix = ftp://ftp.cs.wisc.edu/ghost/
 
 texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/
 
-standards.texi-url_prefix = $(ftp-gnu)/GNUinfo/
-make-stds.texi-url_prefix = $(ftp-gnu)/GNUinfo/
+standards.texi-url_prefix = $(www-gnu)/prep/
+make-stds.texi-url_prefix = $(standards.texi-url_prefix)
 
 target = $(patsubst get-%, %, $@)
 url = $($(notdir $(target))-url_prefix)$(notdir $(target))