+2000-07-10 Akim Demaille <akim@epita.fr>
+
+ * Makefile.am (wget-update): New target.
+ (WGET): New variable.
+
2000-07-10 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Coding Style): Some more constraints :).
SUFFIXES = .m4 .m4f .pl .sh
## There is currently no means with Automake not to run aclocal.
ACLOCAL_AMFLAGS = --version >/dev/null && touch aclocal.m4
+WGET = wget
bin_SCRIPTS = autoconf autoheader autoreconf autoupdate ifnames @PERLSCRIPTS@
EXTRA_SCRIPTS = autoscan
aclang.m4
autoconf.m4f: autoconf.m4 $(common)
+
+
+wget-update:
+ $(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/standards.texi -O $(srcdir)/doc/standards.texi
+ $(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi -O $(srcdir)/doc/make-stds.texi
+ $(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex -O $(srcdir)/doc/texinfo.tex
+ $(WGET) ftp://ftp.gnu.org/gnu/config/config.guess -O $(srcdir)/config.guess
+ $(WGET) ftp://ftp.gnu.org/gnu/config/config.sub -O $(srcdir)/config.sub