summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-21 20:38:10 +0000
committerJim Meyering <jim@meyering.net>2003-02-21 20:38:10 +0000
commitad478502ed5954cbc4c013525a218f3a7cad8e3c (patch)
tree2a23afc73dd27b128f112df2133f289b7cad5ae8 /Makefile.maint
parent48437b24337ba08f07e24b442aa07a1dc0c23a19 (diff)
downloadcoreutils-ad478502ed5954cbc4c013525a218f3a7cad8e3c.tar.xz
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.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 540171db2..97596053b 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))