bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.56: standards.texi not updated


From: Paul Eggert
Subject: Re: 2.56: standards.texi not updated
Date: Mon, 2 Dec 2002 23:48:49 -0800 (PST)

> From: address@hidden (Karl Berry)
> Date: Tue, 26 Nov 2002 20:34:43 -0500
> 
> Autoconf 2.56 contains (and installs) an old copy of standards.texi,
> dated October 19, 2001.  The latest version (/gd/gnuorg/standards.texi
> on fencepost) is dated November 23, 2002.
> 
> make-stds.texi and fdl.texi are also out of date (sourced from the same 
> place).

Thanks for the heads-up.  I installed this fix to make sure that the
standards documents are up-to-date after "make update".  I'm a bit
leery of automating fdl.texi updates, though, so I updated it by hand.

2002-12-02  Paul Eggert  <address@hidden>

        * Makefile.maint (www-gnu): New macro.
        (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
        the location has moved.

Index: Makefile.maint
===================================================================
RCS file: /cvsroot/autoconf/autoconf/Makefile.maint,v
retrieving revision 1.22
retrieving revision 1.23
diff -p -u -r1.22 -r1.23
--- Makefile.maint      14 Nov 2002 11:16:02 -0000      1.22
+++ Makefile.maint      3 Dec 2002 07:44:38 -0000       1.23
@@ -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.wis
 
 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]