*** empty log message ***
[platform/upstream/coreutils.git] / Makefile.cfg
1 # Customize Makefile.maint.                           -*- makefile -*-
2 # Copyright (C) 2003-2006 Free Software Foundation, Inc.
3
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 # 02110-1301, USA.
18
19 # Use alpha.gnu.org for alpha and beta releases.
20 # Use ftp.gnu.org for major releases.
21 gnu_ftp_host-alpha = alpha.gnu.org
22 gnu_ftp_host-beta = alpha.gnu.org
23 gnu_ftp_host-major = ftp.gnu.org
24 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
25
26 url_dir_list = \
27   ftp://$(gnu_rel_host)/gnu/coreutils
28
29 # Files to update automatically.
30 wget_files = \
31   $(srcdir)/build-aux/config.guess \
32   $(srcdir)/build-aux/config.sub \
33   $(srcdir)/build-aux/texinfo.tex
34 # Of the above, texinfo.tex is out of date,
35 # and the other two are not available.
36 wget_files =
37
38 cvs_files = \
39   $(srcdir)/build-aux/elisp-comp \
40   $(srcdir)/build-aux/depcomp \
41   $(srcdir)/build-aux/mdate-sh \
42   $(srcdir)/build-aux/missing \
43   $(srcdir)/build-aux/install-sh \
44   $(srcdir)/build-aux/mkinstalldirs
45
46 #  $(srcdir)/src/ansi2knr.c
47
48 local_updates = wget-update cvs-update
49
50 # The GnuPG ID of the key used to sign the tarballs.
51 gpg_key_ID = D333CBA1
52
53 # Tests not to run as part of "make distcheck".
54 # Exclude changelog-check here so that there's less churn in ChangeLog
55 # files -- otherwise, you'd need to have the upcoming version number
56 # at the top of the file for each `make distcheck' run.
57 local-checks-to-skip = changelog-check