]> sourceware.org Git - automake.git/commitdiff
(handle_texinfo): Include stamp-vti in distribution
authorTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 01:50:54 +0000 (01:50 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 01:50:54 +0000 (01:50 +0000)
automake.in

index 0433e50e5f3c428f6d6b0f76e1e08a636b31d4f6..2e87c6587c06a50522146be5a8d6359452c953e3 100755 (executable)
@@ -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);
This page took 0.030313 seconds and 5 git commands to generate.