mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Evennia 1.3.0 minor release
This commit is contained in:
parent
bc0023072d
commit
d6b5425a9e
7 changed files with 33 additions and 21 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue