2011-07-18 09:01:22 +00:00
|
|
|
</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
|
|
|
|
|
2017-05-09 14:23:48 +00:00
|
|
|
%.pdf:D: %.ps
|
|
|
|
cat ../docfonts $stem.ps >_$stem.ps
|
|
|
|
# distill _$stem.ps && mv _$stem.pdf $stem.pdf
|
|
|
|
ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps
|
|
|
|
|
2011-07-18 09:01:22 +00:00
|
|
|
clean:V:
|
|
|
|
rm -f net.ps tree.pout net.trout
|
|
|
|
|