From: Jim Meyering Date: Fri, 21 Feb 2003 20:38:10 +0000 (+0000) Subject: Merge in changes from autoconf's version of this file. X-Git-Tag: v4.5.8~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad478502ed5954cbc4c013525a218f3a7cad8e3c;p=thirdparty%2Fcoreutils.git Merge in changes from autoconf's version of this file. (www-gnu): Define. (standards.texi-url_prefix): Use $(www-gnu). (make-stds.texi-url_prefix): Likewise. --- diff --git a/Makefile.maint b/Makefile.maint index 540171db26..97596053bb 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -130,6 +130,7 @@ makefile_path_separator_check: @grep 'PATH=.*:' `find $(srcdir) -name Makefile.am` \ && { echo $(msg) 1>&2; exit 1; } || : +# Check that `make alpha' will not fail at the end of the process. writable-files: if test -d $(release_archive_dir); then :; else \ mkdir $(release_archive_dir); \ @@ -277,6 +278,7 @@ announcement: NEWS ChangeLog $(rel-files) $(signatures) 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 @@ -331,8 +333,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))