From: Tom Tromey Date: Tue, 28 Nov 1995 01:50:54 +0000 (+0000) Subject: (handle_texinfo): Include stamp-vti in distribution X-Git-Tag: Release-0-25~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aea34f388d5082557a2a1ff866d9e26b331de0df;p=thirdparty%2Fautomake.git (handle_texinfo): Include stamp-vti in distribution --- diff --git a/automake.in b/automake.in index 0433e50e5..2e87c6587 100755 --- a/automake.in +++ b/automake.in @@ -46,7 +46,7 @@ $am_dir = "@datadir@/@PACKAGE@"; ( "version.texi", "aclocal.m4", "acconfig.h", "config.h.top", "config.h.bot", "stamp-h.in", "mdate-sh", "ansi2knr.c", - "ansi2knr.1" + "ansi2knr.1", 'stamp-vti' ); $USAGE = " --amdir=DIR directory storing config files @@ -503,7 +503,7 @@ sub handle_texinfo { # Got a hit. push (@texis, 'version.texi'); - push (@dist_common, 'version.texi'); + push (@dist_common, 'version.texi', 'stamp-vti'); push (@clean, 'vti'); local ($tfile);