summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-16 19:24:13 +0100
committerYorhel <git@yorhel.nl>2011-02-16 19:24:13 +0100
commit49a2516e6b076667e163aaff2ae2e94ed52fa083 (patch)
tree46d864db6670f8304353027ad2ea6eec36cff23a /Makefile
parentcd7b3f34173dfeceec03691957c95f4d4ab9cf47 (diff)
chardb: Added image to character entries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a03efb2f..d1ed33fe 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
all: dirs js skins robots data/config.pl
-dirs: static/f/js static/cv static/sf static/st data/log www www/feeds
+dirs: static/f/js static/ch static/cv static/sf static/st data/log www www/feeds
js: static/f/js/en.js
@@ -51,7 +51,7 @@ skins: static/s/*/style.css
robots: dirs www/robots.txt static/robots.txt
-static/cv static/sf static/st:
+static/ch static/cv static/sf static/st:
mkdir $@;
for i in $$(seq -w 0 1 99); do mkdir "$@/$$i"; done
@@ -70,7 +70,7 @@ static/s/%/style.css: static/s/%/conf util/skingen.pl data/style.css
chmod: all
chmod a+xrw static/f/js
- chmod -R a-x+rwX static/{cv,sf,st}
+ chmod -R a-x+rwX static/{ch,cv,sf,st}
chmod a-x+rw static/s/*/{style.css,boxbg.png}
chmod-tladmin: