summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-29 15:43:12 +0000
committergumi <git@gumi.ca>2020-07-29 15:43:12 +0000
commit5f7e2dd6d5d1a2e408d0463eac961afdecf45410 (patch)
tree1ffd154bf66ca506407121accd7589752f75ad1d /Makefile
parent97561caeca7e9518ff7e4961a57257c5298bdf25 (diff)
downloadserverdata-5f7e2dd6d5d1a2e408d0463eac961afdecf45410.tar.gz
serverdata-5f7e2dd6d5d1a2e408d0463eac961afdecf45410.tar.bz2
serverdata-5f7e2dd6d5d1a2e408d0463eac961afdecf45410.tar.xz
serverdata-5f7e2dd6d5d1a2e408d0463eac961afdecf45410.zip
update for Hercules v2020.07.26
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c724a220..b66e50be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: new server-update server-updatebuild maps build buildasan config updateconfig initdb updatedb givegm updates
+.PHONY: new server-update server-updatebuild maps build buildasan config updateconfig initdb updatedb givegm updates constdb
new: build config initdb
@@ -32,3 +32,6 @@ givegm:
updates:
cd ../tools/update/ ; ./createnew.sh ; ./create_music.sh
+
+constdb:
+ mkdir -p doc && ./map-server --run-once --load-plugin constdb2doc --constdb2doc && cp -f doc/constants.md ../docs/server/scripts/constants.md; rm -r doc