Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/share/doc/psd/05.sysman Pull up revision 1.5 (requested...



details:   https://anonhg.NetBSD.org/src/rev/bf5b73eab3a6
branches:  netbsd-1-5
changeset: 491891:bf5b73eab3a6
user:      he <he%NetBSD.org@localhost>
date:      Mon Jun 11 20:34:18 2001 +0000

description:
Pull up revision 1.5 (requested by hubertf):
  Fixes to documents and build procedure so that ``make paper.ps''
  works without errors or warnings.
(Lost part of earlier commit set.)

diffstat:

 share/doc/psd/05.sysman/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r e2c56cd36223 -r bf5b73eab3a6 share/doc/psd/05.sysman/Makefile
--- a/share/doc/psd/05.sysman/Makefile  Mon Jun 11 20:33:24 2001 +0000
+++ b/share/doc/psd/05.sysman/Makefile  Mon Jun 11 20:34:18 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4.10.2 2001/03/11 21:19:44 hubertf Exp $
+#      $NetBSD: Makefile,v 1.4.10.3 2001/06/11 20:34:18 he Exp $
 #
 #      @(#)Makefile    8.2 (Berkeley) 6/1/94
 
@@ -6,9 +6,11 @@
 SRCS=  0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
        2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
 MACROS=        -ms
-CLEANFILES+=toc
+CLEANFILES+=Toc
 
 paper.ps: ${SRCS}
+       # Format twice to (only) generate Toc in the first run:
+       ( ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} 2>&1 ) >/dev/null
        ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
 
 .include <bsd.doc.mk>



Home | Main Index | Thread Index | Old Index