This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / usd / 04.csh / Makefile
index c34af05..c1ad726 100644 (file)
@@ -1,9 +1,12 @@
-#      @(#)Makefile    5.1 (Berkeley) 6/30/90
+#      from: @(#)Makefile      5.1 (Berkeley) 6/30/90
+#      Makefile,v 1.4 1993/07/31 15:30:49 mycroft Exp
 
 DIR=   usd/04.csh
 
 DIR=   usd/04.csh
-SRCS=  tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
+DOC=   04.csh
 
 
-paper.${PRINTER}: ${SRCS}
-       ${ROFF} > ${.TARGET}
+SRCS=  tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
 
 .include <bsd.doc.mk>
 
 .include <bsd.doc.mk>
+
+${DOC}.${PRINTER}: ${SRCS}
+       ( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}