(SUBDIRS): Hold off on internationalization
[automake.git] / Makefile.am
blob28fb37453f4c6cb0b0179f8f241d51eac57474c9
1 # SUBDIRS = intl po
3 SCRIPTS = automake
4 DISTCLEANFILES = automake
6 TEXINFOS = automake.texi version.texi
8 PACKAGEDATA = clean-kr.am clean.am compile-kr.am compile-vars.am \
9 compile.am data.am depend.am dist-subd-top.am dist-subd-vars.am \
10 dist-subd.am dist-vars.am dist.am footer.am header-vars.am header.am \
11 libscripts.am libprograms.am libraries-vars.am libraries.am library.am \
12 mans-vars.am mans.am packagedata.am program.am programs.am remake-hdr.am \
13 remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
14 texinfos-vars.am texinfos.am hack-make.sed nl-remove.sed
16 DIST_OTHER = automake.in stamp-vti gettext-sh $(am_DATA)
17 DIST_SUBDIRS = RCS samples
19 automake: automake.in
20         CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
22 version.texi: stamp-vti
23 stamp-vti: automake.texi configure.in
24         echo "@set UPDATED `date -r $(srcdir)/automake.texi '+%B %Y'`" \
25                 > version.tmp
26         echo "@set VERSION $(VERSION)" >> version.tmp
27         if cmp -s version.tmp $(srcdir)/version.texi; then rm version.tmp; \
28         else mv version.tmp $(srcdir)/version.texi; fi
29         touch $(srcdir)/stamp-vti