diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2002-05-19 04:16:31 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2002-05-19 04:16:31 +0000 |
| commit | b20515cb193365aad57cb7de18fbaf8767e81206 (patch) | |
| tree | a55c66553a795f991a908ae049c2ef1b4131b9ec | |
| parent | 55f50d95f7acb192a871e5aae551b9c824feebe2 (diff) | |
Notes
| -rw-r--r-- | share/doc/usd/21.troff/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/doc/usd/21.troff/Makefile b/share/doc/usd/21.troff/Makefile index ca45c1397c4a1..52348cf808d5a 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 |
