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 back out rev. 1.4.10.1, committ...



details:   https://anonhg.NetBSD.org/src/rev/de8f6e4f31bd
branches:  netbsd-1-5
changeset: 490828:de8f6e4f31bd
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sun Mar 11 21:19:44 2001 +0000

description:
back out rev. 1.4.10.1, committed to wrong branch

diffstat:

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

diffs (22 lines):

diff -r ac2edde060c4 -r de8f6e4f31bd share/doc/psd/05.sysman/Makefile
--- a/share/doc/psd/05.sysman/Makefile  Sun Mar 11 21:17:54 2001 +0000
+++ b/share/doc/psd/05.sysman/Makefile  Sun Mar 11 21:19:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4.10.1 2001/03/11 19:17:14 hubertf Exp $
+#      $NetBSD: Makefile,v 1.4.10.2 2001/03/11 21:19:44 hubertf Exp $
 #
 #      @(#)Makefile    8.2 (Berkeley) 6/1/94
 
@@ -6,11 +6,9 @@
 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