]>
Commit | Line | Data |
---|---|---|
3202e651 | 1 | ## Process this file with automake to produce Makefile.in -*-Makefile-*- |
a4b0592b | 2 | AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha |
f310d213 | 3 | |
8c44d3ec AD |
4 | ACLOCAL_AMFLAGS = -I m4 |
5 | ||
1e24cc5b | 6 | SUBDIRS = config intl po lib src doc m4 tests |
bbcb769c | 7 | |
d074a105 | 8 | EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile |
f310d213 | 9 | |
8ebbae2a | 10 | DISTCLEANFILES = intl/libintl.h |
d074a105 AD |
11 | |
12 | ||
13 | ## ---------------------------- ## | |
14 | ## Customizing Makefile.maint. ## | |
15 | ## ---------------------------- ## | |
16 | ||
17 | move_if_change = $(srcdir)/config/move-if-change | |
18 | prev_version_file = $(srcdir)/config/prev-version.txt | |
19 | release_archive_dir = releases | |
20 | ||
21 | # Uploading betas. | |
22 | hosts = alpha | |
23 | alpha_host = alpha.gnu.org | |
24 | alpha_url_dir = gnu/bison | |
25 | ||
26 | # Files to update automatically. | |
27 | wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \ | |
28 | $(srcdir)/config/texinfo.tex |