aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/tr2post/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/tr2post/mkfile')
-rw-r--r--src/cmd/postscript/tr2post/mkfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/postscript/tr2post/mkfile b/src/cmd/postscript/tr2post/mkfile
index 4a5f47d4..2c716c1b 100644
--- a/src/cmd/postscript/tr2post/mkfile
+++ b/src/cmd/postscript/tr2post/mkfile
@@ -36,3 +36,7 @@ CFLAGS=$CFLAGS -c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR
%.$O: $COMMONDIR/%.c
$CC $CFLAGS $COMMONDIR/$stem.c
+
+test.ps:V: $O.tr2post
+ 9 troff -ms test.tr | $O.tr2post | psfonts >test.ps
+