From 06d1a7c4dbd0d252b228cba2e075e39152ff9c83 Mon Sep 17 00:00:00 2001 From: grog Date: Sun, 19 May 2002 04:16:31 +0000 Subject: Correct build targets. --- share/doc/usd/21.troff/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share/doc') diff --git a/share/doc/usd/21.troff/Makefile b/share/doc/usd/21.troff/Makefile index ca45c13..52348cf 100644 --- a/share/doc/usd/21.troff/Makefile +++ b/share/doc/usd/21.troff/Makefile @@ -21,6 +21,12 @@ paper.txt: ${SRCS} apndx.txt: ${APNDX} ${TBL} ${APNDX} | ${ROFF} - > ${.TARGET} +paper.ascii.gz: paper.txt apndx.txt + cat paper.txt apndx.txt | gzip -c > ${.TARGET} + +paper.ps.gz: paper.ps + gzip -f paper.ps + clean: rm -f paper.* apndx.* *.spell errs Errs make.out -- cgit v1.1