Add an 'install' target.

(usable as 'make install' or 'redo install', of course)
This commit is contained in:
Avery Pennarun 2010-12-12 02:33:08 -08:00
commit 6e5ec95c6a
2 changed files with 40 additions and 1 deletions

View file

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