Rename Makefile.maint -> maint.mk, Makefile.cfg -> cfg.mk.
[cppi/ericb.git] / cfg.mk
blob78b2de772f1d2b974cf1cf0c54b9d4888d6fdd76
1 # -*- makefile -*-
2 ## Customize maint.mk.
4 # Use alpha.gnu.org for alpha and beta releases.
5 # Use ftp.gnu.org for major releases.
6 gnu_ftp_host-alpha = alpha
7 gnu_ftp_host-beta = alpha
8 gnu_ftp_host-major = ftp
9 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)).gnu.org
11 url_dir_list = \
12 ftp://$(gnu_rel_host)/gnu/cppi \
13 http://fetish.sf.net
15 local-checks-to-skip = patch-check strftime-check check-AUTHORS
17 # The GnuPG ID of the key used to sign the tarballs.
18 gpg_key_ID = D333CBA1
20 # Tests not to run as part of "make distcheck".
21 # Exclude changelog-check here so that there's less churn in ChangeLog
22 # files -- otherwise, you'd need to have the upcoming version number
23 # at the top of the file for each `make distcheck' run.
24 local-checks-to-skip += changelog-check