Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/doc/fs/mkfile

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


</sys/doc/fonts
OBJ=\
	p0\
	p1\
	p2\
	p3\
	p4\
	p5\
	p6\
	p7\
	p8\
	p9\
	pa\

all:V: fs.ps fs.pdf fs.html

%.pdf:D: %.ps
	cat ../docfonts $stem.ps >_$stem.ps
	# distill _$stem.ps && mv _$stem.pdf $stem.pdf
	ps2pdf _$stem.ps $stem.pdf && rm -f _$stem.ps

fs.ps:D:	$OBJ
	{echo $FONTS; tbl $OBJ } | eqn | troff -ms | lp -dstdout >$target
	../cleanps $target

fs.trout:D:	$OBJ
	{echo $FONTS; tbl $OBJ } | eqn | troff -ms >$target

fs.html:D: $OBJ
	{echo $FONTS; tbl $OBJ } | eqn | htmlroff -ms -mhtml >$target

clean:V:
	rm -f fs.^(html trout ps 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.