shithub: fork

ref: 833fe7ebf461d90ffbef990c46dd9a670c35a1ba
dir: /sys/src/cmd/postscript/hardcopy/mkfile/

View raw version
</$objtype/mkfile

<../config

all:V:	hardcopy

install safeinstall:V:	$POSTBIN/hardcopy $POSTLIB/hardcopy.ps

installall safeinstallall:V:	install

$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