aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/03.iosys/Makefile
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2002-05-19 06:03:06 +0000
committerGreg Lehey <grog@FreeBSD.org>2002-05-19 06:03:06 +0000
commitb86ebdb23904e5f2187bd071e91839832c9160e2 (patch)
treebb7bb7fdb458ae34b3e08c810e88a62d3bf9c25b /share/doc/psd/03.iosys/Makefile
parent1a958c66539ebf0e7f6083ba71b466b11dc6499f (diff)
Remove original license disclaimer.
Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD.
Notes
Notes: svn path=/head/; revision=96923
Diffstat (limited to 'share/doc/psd/03.iosys/Makefile')
-rw-r--r--share/doc/psd/03.iosys/Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/share/doc/psd/03.iosys/Makefile b/share/doc/psd/03.iosys/Makefile
index 40132a6be344..2cf421dca5d1 100644
--- a/share/doc/psd/03.iosys/Makefile
+++ b/share/doc/psd/03.iosys/Makefile
@@ -4,8 +4,23 @@
DIR= psd/03.iosys
SRCS= iosys
MACROS= -ms
+GROFF= groff
+
+all: paper.ps paper.ascii
paper.ps: ${SRCS}
- ${ROFF} ${SRCS} > ${.TARGET}
+ ${GROFF} ${MACROS} ${SRCS} > ${.TARGET}
+
+paper.ascii: ${SRCS}
+ ${ROFF} ${MACROS} ${SRCS} > ${.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 <bsd.doc.mk>