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