Move _all.do -> all.do and slightly update docs.

all.do's main job was to print a "nothing much to do" message after
running.  Nowadays it actually does do stuff, so we can remove the
warning, making _all.do redundant.
This commit is contained in:
Avery Pennarun 2018-12-31 15:07:18 -05:00
commit 22dd0cdd6b
6 changed files with 15 additions and 18 deletions

View file

@ -13,7 +13,7 @@ if [ "$DESTDIR" = "NONE" ]; then
exit 99
fi
redo-ifchange _all redo/whichpython
redo-ifchange all redo/whichpython
read py <redo/whichpython
echo "Installing to: $DESTDIR$PREFIX"