Edit

kc3-lang/automake/tests/vtexi2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-08-04 19:38:04
    Hash : 0f687c31
    Message : Bug fix

  • tests/vtexi2.test
  • #! /bin/sh
    
    # Test for bug reported by Glenn Amerine:
    #   When automake sees version.texi is being included by a texi file,
    #   version.texi gets listed as a dependency for the .info file but
    #   not the .dvi file.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    info_TEXINFOS = zardoz.texi
    END
    
    cat > zardoz.texi << 'END'
    @include version.texi
    END
    
    # Required when using Texinfo.
    : > mdate-sh
    : > texinfo.tex
    
    $AUTOMAKE || exit 1
    
    grep '^zardoz\.dvi:' Makefile.in