summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4afd0f59..01c78da3 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,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
+ 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
all: dirs js skins robots data/config.pl
@@ -163,3 +163,8 @@ update-2.16: all
$(multi-stop)
${runpsql} < util/updates/update_2.16.sql
$(multi-start)
+
+update-2.17: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.16.sql
+ $(multi-start)