Less checkenv output

This commit is contained in:
Griatch 2020-04-05 13:22:51 +02:00
parent ddd3e2234c
commit 95996a6a33
2 changed files with 2 additions and 4 deletions

View file

@ -71,6 +71,8 @@ local:
make clean
make _autodoc_index
make _build
@echo ""
@echo "Documentation built. \nTo see result, open evennia/docs/build/html/versions/<version>/index.html in a browser."
mv-local:
make _multiversion-check-env

View file

@ -7,16 +7,12 @@ if [ ! -d "$EVDIR" ]; then
echo "The evennia dir is not found at $EVDIR.";
exit 1
else
echo "Evennia dir correctly set to $EVDIR.";
fi
if [ ! -d "$EVGAMEDIR" ]; then
echo "The gamedir is not found at $EVGAMEDIR";
exit 1
else
echo "Evennia game dir correctly set to $EVGAMEDIR.";
fi
if [ $# -ne 0 ]