From c362e3656e1eb4700cbe0504499ad71840dd940f Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 4 Jan 2013 18:58:35 +0100 Subject: Added daily-generated JSON dump of the tag information This isn't documented yet. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e03ee3c7..fbb866fc 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ all: dirs js skins robots data/config.pl -dirs: static/f/js static/ch static/cv static/sf static/st data/log www www/feeds +dirs: static/api static/f/js static/ch static/cv static/sf static/st data/log www www/feeds js: static/f/js/en.js @@ -55,7 +55,7 @@ static/ch static/cv static/sf static/st: mkdir $@; for i in $$(seq -w 0 1 99); do mkdir "$@/$$i"; done -static/f/js data/log www www/feeds: +static/api static/f/js data/log www www/feeds: mkdir $@ static/f/js/en.js: data/script.js data/lang.txt util/jsgen.pl data/config.pl data/global.pl -- cgit v1.2.3