Use correct license on auxiliary documentation.
[m4.git] / cfg.mk
blobe6616a04f098412cf5593f322e8dd79cc051373d
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 # Used in maint.mk's web-manual rule
18 manual_title = GNU macro processor
20 # Tests not to run as part of "make syntax-check".
21 # M4 intentionally uses a coding style that compiles under C++.
22 local-checks-to-skip = sc_cast_of_x_alloc_return_value
24 # Hash of NEWS contents, to ensure we don't add entries to wrong section.
25 old_NEWS_hash = 0ef74b67f86e4f4ec20b67f02d9b1124
27 # Always use longhand copyrights.
28 update-copyright-env = \
29 UPDATE_COPYRIGHT_USE_INTERVALS=0 \
30 UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72
32 # Indent only with spaces.
33 sc_prohibit_tab_based_indentation:
34 @re='^ * ' \
35 msg='TAB in indentation; use only spaces' \
36 $(_prohibit_regexp)