Correct build targets.
This commit is contained in:
parent
55f50d95f7
commit
b20515cb19
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user