Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/octopus/man/mkfile

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


all:V: indices

indices:V:
	for (i in 1 2 4 O){
		mkhtmlindex $i > $i/INDEX.html
	}


clean:V:
	rm -f */INDEX.html 

man.pdf:V:
	@{
	for (i in 1 2 4 O){
		cd $i
		for (m in `{ls | grep -v html}){
			troff -man $m
		}
		cd ..
	}
	} | lp -dstdout | ps2pdf > man.pdf
	plumb man.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.