Edit

kc3-lang/automake/tests/instman.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-04-27 19:23:49
    Hash : aeb7b42c
    Message : More fixes

  • tests/instman.test
  • #! /bin/sh
    
    # Test to make sure mkinstalldirs invocation correct in install-man
    # target.  Bug reported by Gordon Irlam <gordoni@cygnus.com>.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'EOF'
    man_MANS = frob.8
    EOF
    
    : > frob.8
    
    $AUTOMAKE || exit 1
    
    grep '[^(/]mkinstalldirs' Makefile.in && exit 1
    exit 0