Edit

kc3-lang/automake/tests/instman2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 2000-08-26 20:27:16
    Hash : 779c4f3d
    Message : For PR automake/73: * Makefile.am (TESTS): Added instman2.test. * instman2.test: New file.

  • tests/instman2.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'
    man8_MANS = frob.8
    EOF
    
    : > frob.8
    
    $AUTOMAKE || exit 1
    
    grep '^install-man' Makefile.in