Edit

kc3-lang/automake/tests/texinfo.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1997-02-23 19:41:20
    Hash : a6655646
    Message : allow texinfo files w/o .info extension

  • tests/texinfo.test
  • #! /bin/sh
    
    # Test to ensure texinfo.tex included in distribution.  Bug report by
    # Jim Meyering.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    info_TEXINFOS = textutils.texi
    magic:
    	@echo $(DISTFILES)
    END
    
    echo '@setfilename textutils.info' > textutils.texi
    : > texinfo.tex
    
    $AUTOMAKE || exit 1
    
    make -s -f Makefile.in magic | grep 'texinfo\.tex'