aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/hardcopy/mkfile
blob: c6131dbac7f73d48c70ffa0ab08b4a00c9434761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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