post-release administrivia
[cppi/ericb.git] / cfg.mk
blobcc9e440fdb2ecf4bb9af2d6f16118e2119c02646
1 # Customize maint.mk -*- makefile -*-
2 # Copyright (C) 2003-2010 Free Software Foundation, Inc.
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.
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.
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/>.
17 # Tests not to run as part of "make distcheck".
18 # Exclude changelog-check here so that there's less churn in ChangeLog
19 # files -- otherwise, you'd need to have the upcoming version number
20 # at the top of the file for each `make distcheck' run.
21 local-checks-to-skip = patch-check strftime-check check-AUTHORS
22 local-checks-to-skip += changelog-check
24 # The local directory containing the checked-out copy of gnulib used in this
25 # release. Used solely to get gnulib's SHA1 for the "announcement" target.
26 gnulib_dir = /gnulib
28 # Now that we have better (check.mk) tests, make this the default.
29 export VERBOSE = yes
31 old_NEWS_hash = 9833a8063f2490351c1e842d44176d29
33 # Indent only with spaces.
34 sc_prohibit_tab_based_indentation:
35 @re='^ * ' \
36 msg='TAB in indentation; use only spaces' \
37 $(_prohibit_regexp)
39 # Don't use "indent-tabs-mode: nil" anymore. No longer needed.
40 sc_prohibit_emacs__indent_tabs_mode__setting:
41 @re='^( *[*#] *)?indent-tabs-mode:' \
42 msg='use of emacs indent-tabs-mode: setting' \
43 $(_prohibit_regexp)
45 include $(srcdir)/dist-check.mk