summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-08-22 09:12:13 +0200
committerYorhel <git@yorhel.nl>2011-08-22 09:12:13 +0200
commit6ff624ccffc043141d33884dcc75d015e924d5d4 (patch)
treead1e2e678eb9eb8905d9b6e42f5843933e4121c7 /Makefile
parentdc5c17c32efb16cb92e4459fb53ae3ef775bc594 (diff)
Added new platforms: Android, Web and DB-PG
+ Fixed makefile I haven't been able to properly test this yet as a bug[1] in PostgreSQL 9.0.4 is preventing me from editing release entries. [1] http://archives.postgresql.org/pgsql-bugs/2011-08/msg00119.php
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 568eb1b0..632e2e70 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@
.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.19 update-2.20
+ update-2.18 update-2.19 update-2.20 update-2.21
all: dirs js skins robots data/config.pl
@@ -185,3 +185,8 @@ update-2.20: all
${runpsql} < util/updates/update_2.20.sql
$(multi-start)
+update-2.21: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.21.sql
+ $(multi-start)
+