Edit

kc3-lang/automake/tests/texinfo6.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-02-23 23:30:34
    Hash : 26d5b8c4
    Message : recognize .txi extension

  • tests/texinfo6.test
  • #! /bin/sh
    
    # Test to make sure `.txi' extension works.
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    info_TEXINFOS = foo.txi
    END
    
    echo '@setfilename foo.info' > foo.txi
    : > texinfo.tex
    
    $AUTOMAKE || exit 1
    
    fgrep '.txi.info' Makefile.in