mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 _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
|
||||
|
|
|
|||
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue