]>
Commit | Line | Data |
---|---|---|
1 | ## Process this file with automake to produce Makefile.in -*-Makefile-*- | |
2 | AUTOMAKE_OPTIONS = 1.4 check-news readme-alpha | |
3 | ||
4 | ACLOCAL_AMFLAGS = -I m4 | |
5 | ||
6 | SUBDIRS = config intl po lib src doc m4 tests | |
7 | ||
8 | EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile | |
9 | ||
10 | DISTCLEANFILES = intl/libintl.h | |
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 |