summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c71adc5..7398b94 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ maps:
update:
@cd ../web ; echo "Checking for web/ folder..." # check if web directory exists
cd update ; ./update.sh
- cd wiki ; ./elegen.py ; mv EleMonsters.html ../../web/Monsters.html
+ cd wiki ; ./elegen.py ; mv EleMonsters.html ../../web/tmw2.org/Monsters.html
cd web ; ./deploy.sh
@echo "Update deployed, please move upload/ and commit result on web."
@echo "Don't forget to make translations, client, news and wiki too!"