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/feature_unix/sys/src/cmd/postscript/trofftable/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
MAKE=mk
4
MAKEFILE=postscript.mk
5
 
6
SYSTEM=plan9
7
VERSION=3.3.1
8
 
9
ROOT=
10
FONTDIR=$ROOT/sys/lib/troff/font
11
MAN1DIR=$ROOT/tmp
12
POSTBIN=$ROOT/sys/lib/postscript/bin
13
POSTLIB=$ROOT/sys/lib/postscript/prologues
14
 
15
 
16
all :V: trofftable
17
 
18
install :V: $POSTBIN/rc/trofftable $POSTLIB/trofftable.ps $MAN1DIR/trofftable.1
19
 
20
installall :V: install
21
 
22
clean :V:
23
	rm -f trofftable
24
 
25
clobber :V: clean
26
 
27
$POSTBIN/rc/trofftable : trofftable
28
	cp $prereq $target
29
 
30
$POSTLIB/trofftable.ps : trofftable.ps
31
	cp $prereq $target
32
 
33
$MAN1DIR/trofftable.1 : trofftable.1
34
	cp $prereq $target
35
 
36
trofftable : trofftable.rc
37
	sed \
38
	    -e 's?^FONTDIR=.*?FONTDIR='$FONTDIR'?' \
39
	    -e 's?^POSTBIN=.*?POSTBIN='$POSTBIN'?' \
40
	    -e 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' \
41
	trofftable.rc >trofftable
42
	chmod 775 trofftable