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

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


</sys/doc/fonts

DEPS	=	net.ms\
		tree.pout

net.ps:D:	$DEPS
	{ echo $FONTS; cat net.ms } | tbl | troff -ms | lp -dstdout > net.ps
	../cleanps net.ps

net.trout:D:	$DEPS
	{ echo $FONTS; cat net.ms } | tbl | troff -ms > net.trout

tree.pout:D:	tree
	pic tree > tree.pout

net.html:D:	$DEPS
	tbl net.ms | htmlroff -ms -mhtml >net.html

clean:V:
	rm -f net.ps tree.pout net.trout


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.