Build all man pages when rolling a release.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@171 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-10-28 12:27:52 +00:00
parent fa4be69c1b
commit 53aca9c132
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $P4: //depot/projects/openpam/dist.sh#4 $
# $P4: //depot/projects/openpam/dist.sh#5 $
#
set -e
@ -10,7 +10,7 @@ distname="openpam-${release}"
make cleandir
make cleandir
(cd doc/man && make openpam.3)
(cd doc/man && make)
install -d -m 0755 "${distname}"
grep -v '^#' MANIFEST | while read file; do
install -d -m 0755 "${distname}/$(dirname ${file})"