From 359627f10128f36f10b1d4714601fc33c3ce3c8a Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 13 Feb 2011 12:06:47 +0100 Subject: chardb: Added notes file and started implementing the traits --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3