From aea34f388d5082557a2a1ff866d9e26b331de0df Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Nov 1995 01:50:54 +0000 Subject: [PATCH] (handle_texinfo): Include stamp-vti in distribution --- automake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automake.in b/automake.in index 0433e50..2e87c65 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); -- 2.7.4