Add an 'install' target.
(usable as 'make install' or 'redo install', of course)
This commit is contained in:
parent
4b48448233
commit
6e5ec95c6a
2 changed files with 40 additions and 1 deletions
2
clean.do
2
clean.do
|
|
@ -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 {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue