summaryrefslogtreecommitdiff
path: root/Makefile.cfg
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-06-17 04:11:03 +0000
committerJim Meyering <jim@meyering.net>2001-06-17 04:11:03 +0000
commitc784ec50bb451b5e8893013c0abd54620c7df6ed (patch)
treeb887f72680073537f8cdbc257d2be8952091339f /Makefile.cfg
parent2ddbd3916334fdc059a062408b71e011cb4a5ba8 (diff)
downloadcoreutils-c784ec50bb451b5e8893013c0abd54620c7df6ed.tar.xz
New file with package-specific definitions.
Diffstat (limited to 'Makefile.cfg')
-rw-r--r--Makefile.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
new file mode 100644
index 000000000..9400a3502
--- /dev/null
+++ b/Makefile.cfg
@@ -0,0 +1,21 @@
+## Customize Makefile.maint.
+
+move_if_change = move-if-change
+
+# List the hosts to which test releases are copied.
+# `a' and `b' are merely placeholders, and correspond to the
+# `a_' and `b_' prefixes of the following variables.
+hosts = a b
+a_host = alpha.gnu.org
+b_host = freefriends.org
+
+alpha_subdir = gnu/fetish
+a_url_dir = $(alpha_subdir)
+b_url_dir = $(alpha_subdir)
+
+# Files that `make wget-update' should update.
+wget_files = \
+ $(srcdir)/config.guess \
+ $(srcdir)/config.sub \
+ $(srcdir)/doc/texinfo.tex \
+ $(srcdir)/src/ansi2knr.c