Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | 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