summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-01-09 16:49:50 +0100
committerYorhel <git@yorhel.nl>2012-01-09 16:52:42 +0100
commit3ea8eef12df3e84645b59301211cd233b6c27a2d (patch)
tree23f35504543840a955df6318c3a627e44e5a443c /Makefile
parentf5f3d4d5265d172b7489e58ccd92a02bcc99c157 (diff)
Added language for Ukrainian
And added an update_2.23.sql file which now also includes the previously added indices. Currently, this update file can be run as often as you want, it doesn't make any noticable changes when you run it on a database that has already been updated. (i.e. I can update the main site without a new release)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45685557..f8f29d37 100644
--- a/Makefile
+++ b/Makefile
@@ -195,3 +195,7 @@ update-2.22: all
${runpsql} < util/updates/update_2.22.sql
$(multi-start)
+update-2.23: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.23.sql
+ $(multi-start)