xref: /plan9-contrib/sys/doc/acme/mkfile (revision b94bb474148e9d24a82a427863d9c9eb4c20f4ae)
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