source: trunk/essentials/sys-devel/automake-1.4/tests/condman2.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 332 bytes
Line 
1#! /bin/sh
2
3# Make sure appropriate man install targets generated in all cases.
4. $srcdir/defs || exit 1
5
6cat > Makefile.am << 'END'
7man_MANS = foo.1 foo.2
8man5_MANS = foo.5
9END
10
11$AUTOMAKE || exit 1
12
13grep '^install-man1:' Makefile.in || exit 1
14grep '^install-man2:' Makefile.in || exit 1
15grep '^install-man5:' Makefile.in || exit 1
Note: See TracBrowser for help on using the repository browser.