summaryrefslogtreecommitdiff
path: root/tests/man.test
blob: 4e6de69318ae58c0f7f37600cad05977bd3e9459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /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

$ACLOCAL || exit 1
$AUTOMAKE || exit 1
grep '^MANS ' Makefile.in