]>
Commit | Line | Data |
---|---|---|
1 | ## Copyright 2001, 2002 Free Software Foundation, Inc. | |
2 | ||
3 | ## This program is free software; you can redistribute it and/or modify | |
4 | ## it under the terms of the GNU General Public License as published by | |
5 | ## the Free Software Foundation; either version 2 of the License, or | |
6 | ## (at your option) any later version. | |
7 | ||
8 | ## This program is distributed in the hope that it will be useful, | |
9 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 | ## GNU General Public License for more details. | |
12 | ||
13 | ## You should have received a copy of the GNU General Public License | |
14 | ## along with this program; if not, write to the Free Software | |
15 | ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | |
16 | ## 02111-1307 USA | |
17 | ||
18 | ## Process this file with automake to produce Makefile.in -*-Makefile-*- | |
19 | AUTOMAKE_OPTIONS = 1.6 check-news readme-alpha dist-bzip2 | |
20 | ||
21 | ACLOCAL_AMFLAGS = -I m4 | |
22 | ||
23 | SUBDIRS = config intl po lib data src doc m4 tests | |
24 | ||
25 | EXTRA_DIST = config/config.rpath REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile | |
26 | ||
27 | DISTCLEANFILES = intl/libintl.h | |
28 | ||
29 | ||
30 | ## ---------------------------- ## | |
31 | ## Customizing Makefile.maint. ## | |
32 | ## ---------------------------- ## | |
33 | ||
34 | move_if_change = $(srcdir)/config/move-if-change | |
35 | prev_version_file = $(srcdir)/config/prev-version.txt | |
36 | release_archive_dir = releases | |
37 | ||
38 | # Uploading betas. | |
39 | hosts = alpha | |
40 | alpha_host = alpha.gnu.org | |
41 | alpha_url_dir = gnu/bison | |
42 | ||
43 | # Files to update automatically. | |
44 | wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \ | |
45 | $(srcdir)/config/texinfo.tex | |
46 | ||
47 | cvs_files = $(srcdir)/config/missing |