Bug fixes.
[automake.git] / lib / am / Makefile.am
bloba76be772960d52d92ab7bf20035e8fa8ad51339a
1 bin_SCRIPTS = automake
2 TEXINFOS = automake.texi
3 # SUBDIRS = intl po
4 # CONFIG_HEADER = config.h
6 pkgdata_DATA = clean-kr.am clean.am compile-kr.am compile-vars.am \
7 compile.am data.am depend.am dist-subd-top.am \
8 dist-subd.am dist-vars.am dist.am footer.am header-vars.am \
9 kr-vars.am libprograms.am libraries-vars.am \
10 libraries.am library.am mans-vars.am \
11 program.am programs.am remake-hdr.am \
12 remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
13 tags-clean.am \
14 texi-clean.am texi-version.am texinfos-vars.am texinfos.am \
15 libraries-clean.am scripts-clean.am programs-clean.am data-clean.am
17 DIST_OTHER = automake.in
19 # The following requires a fixed version of the Emacs 19.30 etags.
20 ETAGS_ARGS = automake.in --lang=none \
21  --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
23 # The simplest form of checking.
24 check-local: automake
25         @PERL@ -c -w automake
27 automake: automake.in
28         CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status