12 lines
365 B
Text
12 lines
365 B
Text
exec >&2
|
|
rm -rf t/.redo redo-sh
|
|
if [ -e .do_built ]; then
|
|
while read x; do
|
|
[ -d "$x" ] || rm -f "$x"
|
|
done <.do_built
|
|
fi
|
|
[ -z "$DO_BUILT" ] && rm -rf .do_built .do_built.dir
|
|
rm -rf minimal/.do_built minimal/.do_built.dir website
|
|
redo t/clean Documentation/clean version/clean
|
|
rm -f *~ .*~ */*~ */.*~ *.pyc install.wrapper
|
|
find . -name '*.tmp' -exec rm -fv {} \;
|