summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-13 12:06:47 +0100
committerYorhel <git@yorhel.nl>2011-02-13 12:06:47 +0100
commit359627f10128f36f10b1d4714601fc33c3ce3c8a (patch)
treee800c67207f4156315c9b2343cbca4bc7f9b9a0f /Makefile
parent5829b57d55b4173592af1a75f3f014f9a9ae2594 (diff)
chardb: Added notes file and started implementing the traits
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16246871..a03efb2f 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@
.PHONY: all dirs js skins robots chmod chmod-tladmin multi-stop multi-start multi-restart sql-import\
- update-2.10 update-2.11 update-2.12 update-2.13 update-2.14 update-2.15 update-2.16 update-2.17 update-2.18
+ update-2.10 update-2.11 update-2.12 update-2.13 update-2.14 update-2.15 update-2.16 update-2.17\
+ update-2.18 update-2.19
all: dirs js skins robots data/config.pl
@@ -173,3 +174,8 @@ update-2.18: all
$(multi-stop)
${runpsql} < util/updates/update_2.18.sql
$(multi-start)
+
+update-2.19: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.19.sql
+ $(multi-start)