diff options
author | rsc <devnull@localhost> | 2004-05-15 23:55:53 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-15 23:55:53 +0000 |
commit | 61f5c35c9465f0702739b41249a664d409f0482c (patch) | |
tree | 17546b7dcc76abd9ee74dc7543cc77121acfe39a /src/cmd/postscript/mkfile | |
parent | 173302913ebce353eadcbb12d71c3759cbe79e34 (diff) | |
download | plan9port-61f5c35c9465f0702739b41249a664d409f0482c.tar.gz plan9port-61f5c35c9465f0702739b41249a664d409f0482c.tar.bz2 plan9port-61f5c35c9465f0702739b41249a664d409f0482c.zip |
more files
Diffstat (limited to 'src/cmd/postscript/mkfile')
-rw-r--r-- | src/cmd/postscript/mkfile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/cmd/postscript/mkfile b/src/cmd/postscript/mkfile new file mode 100644 index 00000000..158be819 --- /dev/null +++ b/src/cmd/postscript/mkfile @@ -0,0 +1,25 @@ +<$PLAN9/src/mkhdr + +<config + +DIRS=\ + common\ + tr2post\ + download\ +# cropmarks\ +# grabit\ +# hardcopy\ +# mpictures\ +# postgif\ +# postprint\ +# postreverse\ +# posttek\ +# printfont\ +# psencoding\ +# psfiles\ +# g3p9bit\ +# p9bitpost\ +# tcpostio\ +# text2post\ + +<$PLAN9/src/mkdirs |