From 8a1d3e0aaa427e466ff9f3f503a64d5dc33afc20 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sun, 19 May 2002 05:39:56 +0000 Subject: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing. --- share/doc/psd/01.cacm/Makefile | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/doc/psd/01.cacm/Makefile b/share/doc/psd/01.cacm/Makefile index a989c0f552bcd..88ac036a32086 100644 --- a/share/doc/psd/01.cacm/Makefile +++ b/share/doc/psd/01.cacm/Makefile @@ -1,12 +1,27 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -DIR= psd/01.cacm +VOLUME= psd/01.cacm SRCS= p.mac p1 p2 p3 p4 p5 p6 MACROS= -ms -REFER= refer -p /usr/old/dict/papers/Ind -e +# REFER= refer -p /usr/old/dict/papers/Ind -e +GROFF= groff + +all: paper.ps paper.ascii paper.ps: ${SRCS} - ${REFER} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET} + ${REFER} ${SRCS} | ${TBL} | ${GROFF} ${MACROS} - > ${.TARGET} + +paper.ascii: ${SRCS} + ${REFER} ${SRCS} | ${TBL} | ${ROFF} ${MACROS} - > ${.TARGET} + +paper.ascii.gz: paper.ascii +paper.ps.gz: paper.ps + +paper.ascii.gz paper.ps.gz: + gzip -f ${.TARGET:.gz=} + +clean: + rm -f paper.* *.spell errs Errs make.out .include -- cgit v1.3