diff options
author | wkj <devnull@localhost> | 2004-05-16 07:54:22 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-05-16 07:54:22 +0000 |
commit | b855148c9b6d28fedfd083d037bcf246f1913d92 (patch) | |
tree | 0075eb6ea37427fa48b78cb937fabc04175cead1 /src/cmd/postscript/hardcopy/mkfile | |
parent | 61f5c35c9465f0702739b41249a664d409f0482c (diff) | |
download | plan9port-b855148c9b6d28fedfd083d037bcf246f1913d92.tar.gz plan9port-b855148c9b6d28fedfd083d037bcf246f1913d92.tar.bz2 plan9port-b855148c9b6d28fedfd083d037bcf246f1913d92.zip |
Checkpoint.
Diffstat (limited to 'src/cmd/postscript/hardcopy/mkfile')
-rw-r--r-- | src/cmd/postscript/hardcopy/mkfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cmd/postscript/hardcopy/mkfile b/src/cmd/postscript/hardcopy/mkfile new file mode 100644 index 00000000..c6131dba --- /dev/null +++ b/src/cmd/postscript/hardcopy/mkfile @@ -0,0 +1,20 @@ +</$objtype/mkfile + +<../config + +all:V: hardcopy + +installall install:V: $POSTBIN/hardcopy $POSTLIB/hardcopy.ps + +$POSTBIN/hardcopy: hardcopy + cp $prereq $target + +$POSTLIB/hardcopy.ps: hardcopy.ps + cp $prereq $target + +hardcopy: hardcopy.rc + sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' hardcopy.rc >hardcopy + chmod 775 hardcopy + +clean nuke:V: + rm -f hardcopy |