shithub: riscv

ref: e2e4a46f26ff7268a696a45d82414fb992b648d5
dir: /sys/src/cmd/postscript/hardcopy/mkfile/

View raw version
</$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