Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 03:28:30 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20279 for review
Message-ID:  <200210281128.g9SBSUrH089570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20279

Change 20279 by des@des.at.des.thinksec.com on 2002/10/28 03:27:52

	Build all man pages when rolling a release.

Affected files ...

.. //depot/projects/openpam/dist.sh#5 edit

Differences ...

==== //depot/projects/openpam/dist.sh#5 (text+ko) ====

@@ -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 @@
 
 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})"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210281128.g9SBSUrH089570>