Edit

kc3-lang/automake/tests/texinfo7.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-09-16 04:23:41
    Hash : 1198063a
    Message : A couple fixes from Per Cederqvist

  • tests/texinfo7.test
  • #! /bin/sh
    
    # Test to make sure texinfo.tex correctly installed by -a.  Bug report
    # by Per Cederqvist.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    info_TEXINFOS = textutils.texi
    magic:
    	@echo $(DISTFILES)
    END
    
    echo '@setfilename textutils.info' > textutils.texi
    
    $AUTOMAKE -a || exit 1
    
    test -f texinfo.tex