diff options
author | rsc <devnull@localhost> | 2005-01-14 21:01:51 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 21:01:51 +0000 |
commit | 0245a72ab49eb7aa2e6f1a9da709c732df20920b (patch) | |
tree | 3454ec44f7887466245b134f7567bacee42f9421 /dist/manweb | |
parent | add3511e9bec8db231c645e6b44db8eb2b7ff315 (diff) | |
download | plan9port-0245a72ab49eb7aa2e6f1a9da709c732df20920b.tar.gz plan9port-0245a72ab49eb7aa2e6f1a9da709c732df20920b.tar.bz2 plan9port-0245a72ab49eb7aa2e6f1a9da709c732df20920b.zip |
fix urls
Diffstat (limited to 'dist/manweb')
-rwxr-xr-x | dist/manweb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/manweb b/dist/manweb index 2cd5b50e..eb7f32a9 100755 --- a/dist/manweb +++ b/dist/manweb @@ -66,3 +66,4 @@ for (i in */[~.]*.[0-9]*){ } >$d/$p.html } rm /tmp/manweb.html +./fixurls $PLAN9/man/man*/*.html |