mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
use plan 9 rc
This commit is contained in:
parent
fff4d1f20a
commit
98deccf380
2 changed files with 3 additions and 1 deletions
2
dist/checkman.awk
vendored
2
dist/checkman.awk
vendored
|
@ -89,6 +89,7 @@ BEGIN {
|
|||
Omitman["signal(7)"] = 1
|
||||
|
||||
Omitman["cron(8)"] = 1
|
||||
Omitman["mount(8)"] = 1
|
||||
|
||||
# don't need documentation for these in bin
|
||||
Omitted[".cvsignore"] = 1
|
||||
|
@ -113,6 +114,7 @@ BEGIN {
|
|||
Omitted["unutf"] = 1
|
||||
Omitted["volume"] = 1
|
||||
Omitted["vtdump"] = 1
|
||||
Omitted["netfilelib.rc"] = 1
|
||||
|
||||
# not for users
|
||||
Omittedlib["creadimage"] = 1
|
||||
|
|
2
dist/mkfile
vendored
2
dist/mkfile
vendored
|
@ -6,7 +6,7 @@ check.out:V:
|
|||
9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out
|
||||
|
||||
man:V:
|
||||
rc ./manweb
|
||||
9 rc ./manweb
|
||||
|
||||
push:V:
|
||||
rsync -r -e ssh -t --delete $PLAN9/man/ swtch.com:www/swtch.com/plan9port/man
|
||||
|
|
Loading…
Reference in a new issue