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