OSDN Git Service

maint: pass newer "make syntax-check" tests from gnulib
[android-x86/external-parted.git] / cfg.mk
1 # Customize maint.mk                           -*- makefile -*-
2 # Copyright (C) 2003-2010 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 3 of the License, or
7 # (at your option) 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, see <http://www.gnu.org/licenses/>.
16
17 # Use alpha.gnu.org for alpha and beta releases.
18 # Use ftp.gnu.org for stable releases.
19 gnu_ftp_host-alpha = alpha.gnu.org
20 gnu_ftp_host-beta = alpha.gnu.org
21 gnu_ftp_host-stable = ftp.gnu.org
22 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
23
24 url_dir_list = \
25   ftp://$(gnu_rel_host)/gnu/parted
26
27 # Used in maint.mk's web-manual rule
28 manual_title = Parted User's Manual
29
30 # Tests not to run as part of "make distcheck".
31 # Exclude changelog-check here so that there's less churn in ChangeLog
32 # files -- otherwise, you'd need to have the upcoming version number
33 # at the top of the file for each `make distcheck' run.
34 local-checks-to-skip = \
35   sc_error_message_uppercase \
36   sc_error_message_period \
37   sc_file_system \
38   sc_prohibit_strcmp \
39   sc_prohibit_atoi_atof \
40   sc_require_test_exit_idiom \
41   sc_space_tab \
42   sc_texinfo_acronym
43
44 # Now that we have better (check.mk) tests, make this the default.
45 export VERBOSE = yes
46
47 old_NEWS_hash = 71570fda344ec276ea5c9ff0ab82fdce
48
49 include $(srcdir)/dist-check.mk
50
51 useless_free_options = \
52   --name=pth_free
53
54 # Tools used to bootstrap this package, used for "announcement".
55 bootstrap-tools = autoconf,automake,gnulib,gperf
56
57 update-copyright-env = \
58   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
59   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79