From: Tom Tromey Date: Sun, 26 Nov 1995 06:05:40 +0000 (+0000) Subject: .info file explicitly depends on primary .texi file X-Git-Tag: Release-0-25~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c30ad011f3c2dfd5d2a210dbccb585c9891787;p=thirdparty%2Fautomake.git .info file explicitly depends on primary .texi file --- diff --git a/automake.in b/automake.in index 6c51a5eb7..914d6cbc8 100755 --- a/automake.in +++ b/automake.in @@ -313,7 +313,7 @@ p else am_infobase=`echo "$TEXINFOS" | sed 's/\.texi//'` - am_deps= + am_deps="$TEXINFOS" # Only do version.texi if requested. if grep version.texi $TEXINFOS > /dev/null; then am_deps="version.texi $am_deps"