mkfile 366 B

1234567891011121314151617181920212223242526
  1. </sys/doc/fonts
  2. OBJ=\
  3. p0\
  4. p1\
  5. p2\
  6. p3\
  7. p4\
  8. p5\
  9. p6\
  10. p7\
  11. p8\
  12. p9\
  13. pa\
  14. fs.ps:D: $OBJ
  15. {echo $FONTS; tbl $OBJ } | eqn | troff -ms | lp -dstdout >$target
  16. ../cleanps $target
  17. fs.trout:D: $OBJ
  18. {echo $FONTS; tbl $OBJ } | eqn | troff -ms >$target
  19. fs.html:D:
  20. {echo $FONTS; tbl $OBJ } | eqn | htmlroff -ms -mhtml >$target
  21. clean:V:
  22. rm -f fs.^(html trout ps pdf)