automake-patches
[Top][All Lists]
Advanced

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

FYI: texinfo.tex


From: Akim Demaille
Subject: FYI: texinfo.tex
Date: 22 Jan 2002 11:07:24 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * Makefile.am (FETCHFILES): Remove ansi2knr.c, add texinfo.tex.
        (fetch): Adjust.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.182
diff -u -u -r1.182 Makefile.am
--- Makefile.am 2002/01/22 00:22:53 1.182
+++ Makefile.am 2002/01/22 10:01:39
@@ -173,8 +173,7 @@
 
 ## Files that we fetch and which we compare against.
 ## FIXME should be a lot more here
-## Sadly we can't fetch ansi2knr.1 from the same location :-(
-FETCHFILES = config.guess config.sub ansi2knr.c
+FETCHFILES = config.guess config.sub texinfo.tex
 
 ## Fetch the latest versions of files we care about.
 fetch:
@@ -183,7 +182,8 @@
 ## If a get fails then that is a problem.
        (cd Fetchdir && \
        $(WGET) ftp://ftp.gnu.org/gnu/config/config.guess; \
-       $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub)
+       $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub; \
+       $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex)
 ## Don't exit after test because we want to give as many errors as
 ## possible.
        @stat=0; for file in $(FETCHFILES); do \



reply via email to

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