15 lines
315 B
Makefile
15 lines
315 B
Makefile
</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
|