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_posix/sys/doc/net/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
</sys/doc/fonts
2
 
3
DEPS	=	net.ms\
4
		tree.pout
5
 
6
net.ps:D:	$DEPS
7
	{ echo $FONTS; cat net.ms } | tbl | troff -ms | lp -dstdout > net.ps
8
	../cleanps net.ps
9
 
10
net.trout:D:	$DEPS
11
	{ echo $FONTS; cat net.ms } | tbl | troff -ms > net.trout
12
 
13
tree.pout:D:	tree
14
	pic tree > tree.pout
15
 
16
net.html:D:	$DEPS
17
	tbl net.ms | htmlroff -ms -mhtml >net.html
18
 
19
clean:V:
20
	rm -f net.ps tree.pout net.trout
21