Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/doc/acidmach/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</sys/doc/fonts

DOC=/sys/doc

FILES=\
	acidmach.ms\

all:V:	${FILES:%.ms=%.all}

%.page:D:	%.ps
	page -w $stem.ps

%.ps:D:	%.ms
	{echo $FONTS; cat $stem.ms} | tbl | troff -ms | lp -dstdout > $target
	$DOC/cleanps $target

%.html:D:	%.ms
	{echo $FONTS; cat $stem.ms} | tbl | ms2html > $target

%.pdf:	%.ps
	{cat $DOC/docfonts $stem.ps} | ps2pdf > $target

%.all:V:
	mk $stem.ps $stem.pdf $stem.html

clean:V:
	rm -f *.page *.ps *.html *.pdf

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.