aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/text2post/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-08-10 18:25:39 +0000
committerrsc <devnull@localhost>2005-08-10 18:25:39 +0000
commitc15ce40c4456d3bb6d44092bb22097ad93768c3a (patch)
tree83bac66b40abab90641a6ddfd791dd8ab0e78c0e /src/cmd/postscript/text2post/mkfile
parent8477327a46979f9cfb839174a87ce51a085c3abd (diff)
downloadplan9port-c15ce40c4456d3bb6d44092bb22097ad93768c3a.tar.gz
plan9port-c15ce40c4456d3bb6d44092bb22097ad93768c3a.tar.bz2
plan9port-c15ce40c4456d3bb6d44092bb22097ad93768c3a.zip
add
Diffstat (limited to 'src/cmd/postscript/text2post/mkfile')
-rw-r--r--src/cmd/postscript/text2post/mkfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cmd/postscript/text2post/mkfile b/src/cmd/postscript/text2post/mkfile
new file mode 100644
index 00000000..3fb60ac6
--- /dev/null
+++ b/src/cmd/postscript/text2post/mkfile
@@ -0,0 +1,23 @@
+<$PLAN9/src/mkhdr
+
+<../config
+
+COMMONDIR=../common
+
+TARG=text2post
+
+OFILES=text2post.$O\
+
+HFILES=$COMMONDIR/comments.h\
+ $COMMONDIR/path.h\
+
+BIN=$POSTBIN
+<$PLAN9/src/mkone
+
+CFLAGS=-c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR
+
+install:V: $POSTLIB/pjw.char.ps
+
+$POSTLIB/pjw.char.ps: pjw.char.ps
+ cp $prereq $target
+