Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/cmd/postscript/psencoding/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
<../config
4
 
5
POSTBIN=$ROOT/rc/bin/postscript
6
 
7
all:V:	psencoding
8
 
9
install installall:V:	$POSTBIN/psencoding $POSTLIB/Latin1.enc $POSTLIB/UTF.enc
10
 
11
clean nuke:V:
12
	rm -f psencoding
13
 
14
$POSTBIN/psencoding:	psencoding
15
	cp $prereq $target
16
 
17
$POSTLIB/%.enc:	%.enc
18
	cp $prereq $target
19
 
20
psencoding:	psencoding.rc
21
	sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' psencoding.rc >psencoding
22
	chmod 775 psencoding