This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / smm / 10.newsop / Makefile
index a4b19d6..04cd3b6 100644 (file)
@@ -1,9 +1,16 @@
-#      @(#)Makefile    5.2 (Berkeley) 6/30/90
+#      from: @(#)Makefile      5.2 (Berkeley) 6/30/90
+#      Makefile,v 1.4 1993/07/31 15:31:54 mycroft Exp
 
 DIR=   smm/10.newsop
 
 DIR=   smm/10.newsop
-SRCS=   tmac.n install.mn
+DOC=   10.newsop
 
 
-paper.${PRINTER}: ${SRCS}
-       ${ROFF} ${SRCS} > ${.TARGET}
+SSRC=  tmac.n standard.mn
+SRCS=  tmac.n install.mn
 
 .include <bsd.doc.mk>
 
 .include <bsd.doc.mk>
+
+${DOC}.${PRINTER}: ${SRCS} ${DOC}.standard.${PRINTER}
+       ( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
+
+${DOC}.standard.${PRINTER}: ${SSRC}
+       ( cd ${.CURDIR} ; ${ROFF} ${SSRC} ) > ${.TARGET}