Correct build targets.

This commit is contained in:
Greg Lehey 2002-05-19 04:16:31 +00:00
parent 55f50d95f7
commit b20515cb19

View File

@ -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