]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: update location of FETCHFILES variable.
authorDimitri Papadopoulos <dimitri.papadopoulos@gmail.com>
Sun, 24 Dec 2023 22:56:50 +0000 (14:56 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 24 Dec 2023 22:56:50 +0000 (14:56 -0800)
Report and patch: https://bugs.gnu.org/68004.

* HACKING: FETCHFILES has been moved: Makefile.am ->
maintainer/maint.mk.

HACKING

diff --git a/HACKING b/HACKING
index 14cf9d7499e5a9877d63f9cc90ef45f292606c71..e642d2eb0df048e9586e0be5bf88cd55f20aa702 100644 (file)
--- a/HACKING
+++ b/HACKING
   sure to add a test case for it, and to reference such test case from
   a proper Texinfo comment.
 
-* Some files in the automake package are not owned by automake (many by
-  gnulib, https://gnu.org/s/gnulib); these files are listed in the
-  $(FETCHFILES) variable in Makefile.am.  They should never be edited
-  here.  All but one of them can be updated from respective upstreams
-  with "make fetch" (this should be done especially before releases).
-  The only exceptions are help2man (install the current version) and
-  'lib/COPYING' (from FSF), which should be updated by hand whenever the
-  GPL gets updated (which shouldn't happen that often anyway :-).
+* Some files in the automake package are not owned by automake (many
+  by gnulib, https://gnu.org/s/gnulib); these files are listed in the
+  $(FETCHFILES) variable in maintainer/maint.mk.  They should never be
+  edited here.  All but two of them can be updated from respective
+  upstreams with "make fetch" (this should be done especially before
+  releases). The only exceptions are help2man (install the current
+  version and copy in by hand) and 'lib/COPYING' (from FSF), which
+  should be updated by hand whenever the GPL gets updated (which
+  shouldn't happen that often anyway :-).
 
 * All changes that are not trivial bug fixes must be mentioned in NEWS.