repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
typo + new comment
[automake.git]
/
tests
/
man.test
blob
c6a6d81f84528f55f780a7479691f748b5d42317
1
#! /bin/sh
2
3
# Test to make sure `dist' prefix works with man pages.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
dist_man_MANS
=
foo
.1
9
nodist_man1_MANS
=
bar.man
10
END
11
12
: >
foo
.1
13
: >
bar.man
14
15
$AUTOMAKE
||
exit
1
16
grep
'^MANS '
Makefile.
in