]>
Commit | Line | Data |
---|---|---|
6d8e724d PE |
1 | # Customize Makefile.maint. -*- makefile -*- |
2 | # Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. | |
603f1cfd | 3 | |
f16b0819 | 4 | # This program is free software: you can redistribute it and/or modify |
603f1cfd | 5 | # it under the terms of the GNU General Public License as published by |
f16b0819 PE |
6 | # the Free Software Foundation, either version 3 of the License, or |
7 | # (at your option) any later version. | |
8 | # | |
603f1cfd AD |
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. | |
f16b0819 | 13 | # |
603f1cfd | 14 | # You should have received a copy of the GNU General Public License |
f16b0819 | 15 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
603f1cfd | 16 | |
603f1cfd AD |
17 | # Use alpha.gnu.org for alpha and beta releases. |
18 | # Use ftp.gnu.org for major releases. | |
6d8e724d PE |
19 | gnu_ftp_host-alpha = alpha.gnu.org |
20 | gnu_ftp_host-beta = alpha.gnu.org | |
21 | gnu_ftp_host-major = ftp.gnu.org | |
603f1cfd AD |
22 | gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) |
23 | ||
24 | url_dir_list = \ | |
6d8e724d | 25 | ftp://$(gnu_rel_host)/gnu/bison |
603f1cfd | 26 | |
6d8e724d PE |
27 | # Tests not to run as part of "make distcheck". |
28 | # Exclude changelog-check here so that there's less churn in ChangeLog | |
29 | # files -- otherwise, you'd need to have the upcoming version number | |
30 | # at the top of the file for each `make distcheck' run. | |
31 | local-checks-to-skip = changelog-check | |
603f1cfd | 32 | |
6d8e724d PE |
33 | # The local directory containing the checked-out copy of gnulib used in |
34 | # this release. Used solely to get a date for the "announcement" target. | |
35 | gnulib_dir = /gnulib |