final working copy
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Sun, 11 May 1986 05:14:19 +0000 (21:14 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Sun, 11 May 1986 05:14:19 +0000 (21:14 -0800)
SCCS-vsn: share/doc/psd/04.uprog/Makefile 6.2

usr/src/share/doc/psd/04.uprog/Makefile

index 7caf21c..c2a8359 100644 (file)
@@ -3,21 +3,19 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    6.1 (Berkeley) %G%
+#      @(#)Makefile    6.2 (Berkeley) %G%
 #
 SRCS=  p0 p1 p2 p3 p4 p5 p6 p8 p9
 MAC = p.mac
 #
 SRCS=  p0 p1 p2 p3 p4 p5 p6 p8 p9
 MAC = p.mac
-SEDFILES=cwscript
 MACROS=        -ms
 PRINTER=Pdp
 MACROS=        -ms
 PRINTER=Pdp
-SED = sed -f
 TROFF= ditroff -${PRINTER}
 
 paper: paper.${PRINTER}
        lpr -${PRINTER} -n paper.${PRINTER}
 
 paper.${PRINTER}: ${SRCS}
 TROFF= ditroff -${PRINTER}
 
 paper: paper.${PRINTER}
        lpr -${PRINTER} -n paper.${PRINTER}
 
 paper.${PRINTER}: ${SRCS}
-       ${SED} ${SEDFILES} ${SRCS} | ${TROFF} ${MACROS} ${MAC} -t > paper.${PRINTER}
+       ${TROFF} -t ${MACROS} ${MAC} ${SRCS} > paper.${PRINTER}
 
 clean:
        rm -f paper.[PT]* *.spell errs Errs make.out
 
 clean:
        rm -f paper.[PT]* *.spell errs Errs make.out