Add a bunch of manpages.

This commit is contained in:
Avery Pennarun 2010-12-12 01:59:26 -08:00
commit 4b48448233
13 changed files with 535 additions and 4 deletions

View file

@ -4,7 +4,7 @@ if [ -e .do_built ]; then
done <.do_built
fi
[ -z "$DO_BUILT" ] && rm -rf .do_built .do_built.dir
redo t/clean
redo t/clean Documentation/clean
rm -f *~ .*~ */*~ */.*~ *.pyc
rm -rf t/.redo
find -name '*.tmp' -exec rm -fv {} \;