mkfile 334 B

123456789101112131415161718
  1. </sys/doc/fonts
  2. DEPS = net.ms\
  3. tree.pout
  4. net.ps:D: $DEPS
  5. { echo $FONTS; cat net.ms } | tbl | troff -ms | lp -dstdout > net.ps
  6. ../cleanps net.ps
  7. net.trout:D: $DEPS
  8. { echo $FONTS; cat net.ms } | tbl | troff -ms > net.trout
  9. tree.pout:D: tree
  10. pic tree > tree.pout
  11. net.html:D: $DEPS
  12. tbl net.ms | htmlroff -ms -mhtml >net.html