22 lines
378 B
Makefile
22 lines
378 B
Makefile
</sys/doc/fonts
|
|
|
|
DEPS = net.ms\
|
|
tree.pout
|
|
|
|
net.ps:D: $DEPS
|
|
{ echo $FONTS; cat net.ms } | tbl | troff -ms | lp -dstdout > net.ps
|
|
../cleanps net.ps
|
|
|
|
net.trout:D: $DEPS
|
|
{ echo $FONTS; cat net.ms } | tbl | troff -ms > net.trout
|
|
|
|
tree.pout:D: tree
|
|
pic tree > tree.pout
|
|
|
|
net.html:D: $DEPS
|
|
tbl net.ms | htmlroff -ms -mhtml >net.html
|
|
|
|
clean:V:
|
|
rm -f net.ps tree.pout net.trout
|
|
|