BSD 4_4_Lite1 release
[unix-history] / usr / src / usr.sbin / sendmail / doc / usenix / Makefile
index 72e2a96..ea0665c 100644 (file)
@@ -1,26 +1,12 @@
-#
-# Copyright (c) 1986 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.1 (Berkeley) %G%
-#
-SRCS=  intro.me
-MACROS=        -me
-PRINTER=Pdp
-TROFF= ditroff -${PRINTER}
-PIC=   pic -${PRINTER}
+#      @(#)Makefile    8.2 (Berkeley) 2/28/94
 
 
-paper: paper.${PRINTER}
-       lpr -${PRINTER} -n paper.${PRINTER}
+SRCS=  usenix.me
+MACROS=        -me
 
 
-paper.${PRINTER}: ${SRCS}
-       ${PIC} ${SRCS} | ${TROFF} ${MACROS} -t > paper.${PRINTER}
+all: usenix.ps
 
 
-clean:
-       rm -f paper.[PT]* *.spell errs Errs make.out
+usenix.ps: ${SRCS}
+       rm -f ${.TARGET}
+       ${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
 
 
-spell: ${SRCS}
-       @for i in ${SRCS}; do \
-               echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
-       done
+.include <bsd.doc.mk>