From 6ff624ccffc043141d33884dcc75d015e924d5d4 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 22 Aug 2011 09:12:13 +0200 Subject: 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 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) + -- cgit v1.2.3