Less checkenv output
This commit is contained in:
parent
ddd3e2234c
commit
95996a6a33
2 changed files with 2 additions and 4 deletions
|
|
@ -71,6 +71,8 @@ local:
|
||||||
make clean
|
make clean
|
||||||
make _autodoc_index
|
make _autodoc_index
|
||||||
make _build
|
make _build
|
||||||
|
@echo ""
|
||||||
|
@echo "Documentation built. \nTo see result, open evennia/docs/build/html/versions/<version>/index.html in a browser."
|
||||||
|
|
||||||
mv-local:
|
mv-local:
|
||||||
make _multiversion-check-env
|
make _multiversion-check-env
|
||||||
|
|
|
||||||
|
|
@ -7,16 +7,12 @@ if [ ! -d "$EVDIR" ]; then
|
||||||
|
|
||||||
echo "The evennia dir is not found at $EVDIR.";
|
echo "The evennia dir is not found at $EVDIR.";
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
echo "Evennia dir correctly set to $EVDIR.";
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "$EVGAMEDIR" ]; then
|
if [ ! -d "$EVGAMEDIR" ]; then
|
||||||
|
|
||||||
echo "The gamedir is not found at $EVGAMEDIR";
|
echo "The gamedir is not found at $EVGAMEDIR";
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
echo "Evennia game dir correctly set to $EVGAMEDIR.";
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $# -ne 0 ]
|
if [ $# -ne 0 ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue