summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-09 11:38:50 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-09 11:38:50 -0300
commit796cfab56dde71649294a6e1302674fc88d8f707 (patch)
tree603cf5cdd2864729e94dabf6f99f62337b1b612f /Makefile
parent34d8b906bfd0a335567451c4e8ccb754421fae0b (diff)
downloadtools-796cfab56dde71649294a6e1302674fc88d8f707.tar.gz
tools-796cfab56dde71649294a6e1302674fc88d8f707.tar.bz2
tools-796cfab56dde71649294a6e1302674fc88d8f707.tar.xz
tools-796cfab56dde71649294a6e1302674fc88d8f707.zip
Lets try the migration
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!"