summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index af42c25d..d876d0c1 100644
--- a/Makefile
+++ b/Makefile
@@ -37,18 +37,18 @@
# environments. Patches to improve the portability are always welcome.
-.PHONY: all dirs js skins robots chmod chmod-tladmin multi-start multi-stop multi-restart sql-import update-2.10 update-2.11 update-2.12 update-2.13
+.PHONY: all dirs js skins robots chmod chmod-tladmin multi-start multi-stop multi-restart sql-import update-2.10 update-2.11 update-2.12 update-2.13 update-2.14
all: dirs js skins robots data/config.pl
-dirs: static/cv static/sf static/st data/log www
+dirs: static/cv static/sf static/st data/log www www/feeds
static/cv static/sf static/st:
mkdir $@;
for i in $$(seq -w 0 1 99); do mkdir "$@/$$i"; done
-data/log www:
+data/log www www/feeds:
mkdir $@
@@ -152,3 +152,5 @@ update-2.13: all
${runpsql} < util/updates/update_2.13.sql
$(multi-start)
+update-2.14: all
+