Edit

kc3-lang/automake/tests/man.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 2001-04-08 00:27:35
    Hash : 760c7425
    Message : * tests/Makefile.am (XFAIL_TESTS): Added man.test. (TESTS): Likewise. * tests/man.test: New file.

  • tests/man.test
  • #! /bin/sh
    
    # Test to make sure `dist' prefix works with man pages.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    dist_man_MANS = foo.1
    nodist_man1_MANS = bar.man
    END
    
    : > foo.1
    : > bar.man
    
    $AUTOMAKE || exit 1
    grep '^MANS ' Makefile.in