diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-09 12:10:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-09 12:10:05 +0000 |
commit | 3edb8b66e02368afbf6a7de7645d94543e01de4e (patch) | |
tree | 5ae13f0686285f621be61e62625333b9fb111047 /share/doc/psd/Makefile | |
parent | 31efa274bf03b65d127c0f01e00a91e5b43fb92f (diff) |
- add .txt targets for Title and 00.contents
- add margin when formatting w/ -Tascii
- sync usd contents w/ reality
- kill whitespace at eol
- punctuation fixes
Diffstat (limited to 'share/doc/psd/Makefile')
-rw-r--r-- | share/doc/psd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 5a1a9dd4f1a..e81741958a2 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/02/10 07:28:36 jmc Exp $ +# $OpenBSD: Makefile,v 1.5 2004/04/09 12:10:04 jmc Exp $ # Missing or not installed: # 01.cacm 02.implement 03.iosys 04.uprog 06.Clang @@ -20,9 +20,13 @@ SUBDIR+= 19.curses Title.ps: ${FILES} groff Title > ${.TARGET} +Title.txt: ${FILES} + groff -Tascii Title > ${.TARGET} contents.ps: ${FILES} groff -ms 00.contents > ${.TARGET} +contents.txt: ${FILES} + groff -Tascii -ms 00.contents > ${.TARGET} beforeinstall: install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \ |