Evennia 1.3.0 minor release

This commit is contained in:
Griatch 2023-04-29 08:52:29 +02:00
parent bc0023072d
commit d6b5425a9e
7 changed files with 33 additions and 21 deletions

View file

@ -58,10 +58,10 @@ _multiversion-check-env:
@EVDIR=$(EVDIR) EVGAMEDIR=$(EVGAMEDIR) bash -e checkenv.sh multiversion
_clean_api_index:
rm source/api/*
rm -f source/api/*
_clean_api_rsts:
rm source/api/*.rst
rm -f source/api/*.rst
# remove superfluos 'module' and 'package' text from api headers
_reformat_apidoc_headers: