]>
Commit | Line | Data |
---|---|---|
603f1cfd | 1 | # Customize Makefile.maint for Bison. -*- makefile -*- |
067b32ee | 2 | # Copyright (C) 2003, 2005 Free Software Foundation, Inc. |
603f1cfd AD |
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 | |
0fb669f9 PE |
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
17 | # 02110-1301, USA. | |
603f1cfd | 18 | |
067b32ee AD |
19 | build_aux_dir = $(srcdir)/build-aux |
20 | prev_version_file = $(build_aux_dir)/prev-version.txt | |
21 | announce_gen = $(build_aux_dir)/announce-gen | |
603f1cfd AD |
22 | release_archive_dir = releases |
23 | ||
24 | # Use alpha.gnu.org for alpha and beta releases. | |
25 | # Use ftp.gnu.org for major releases. | |
26 | gnu_ftp_host-alpha = alpha | |
27 | gnu_ftp_host-beta = alpha | |
28 | gnu_ftp_host-major = ftp | |
29 | gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) | |
30 | ||
31 | url_dir_list = \ | |
32 | ftp://$(gnu_rel_host).gnu.org/gnu/bison | |
33 | ||
34 | # Files to update automatically. | |
35 | wget_files = \ | |
067b32ee AD |
36 | $(build_aux_dir)/config.guess \ |
37 | $(build_aux_dir)/config.sub \ | |
38 | $(build_aux_dir)/texinfo.tex \ | |
603f1cfd AD |
39 | |
40 | cvs_files = \ | |
067b32ee AD |
41 | $(build_aux_dir)/install-sh \ |
42 | $(build_aux_dir)/mdate-sh \ | |
43 | $(build_aux_dir)/missing \ | |
44 | $(build_aux_dir)/mkinstalldirs | |
603f1cfd AD |
45 | |
46 | # Tests not to run. | |
47 | # local-checks-to-skip ?= \ | |
48 | # author_mark_check \ | |
49 | # strftime-check syntax-check makefile_path_separator_check \ | |
50 | # makefile-check |