xref: /plan9/sys/doc/acme/mkfile (revision 5d535f588fe0a7c7f04081512974c9c20b5d87a8)
1</sys/doc/fonts
2
3ALL:V:
4	echo 'for technical reasons, -mpm is gone and acme.ps cannot be regenerated'
5
6acme.ps:D:	acme.ms
7	{echo $FONTS; cat acme.ms} | troff -mpm -mpictures -mnihongo | lp -m.9 -dstdout >acme.ps
8	../cleanps acme.ps
9
10acme.html:D:	acme.ms
11	htmlroff -ms -mhtml acme.ms >acme.html
12
13clean:V:
14	# nothing
15