mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
12 lines
176 B
Makefile
12 lines
176 B
Makefile
MKSHELL=$PLAN9/bin/rc
|
|
|
|
check.out:V:
|
|
cd ../man; mk indices
|
|
cd ..
|
|
9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
|
|
|
|
man:V:
|
|
9 rc ./manweb
|
|
|
|
push:V:
|
|
9 rc ./publish
|