diff options
author | Yorhel <git@yorhel.nl> | 2010-11-13 09:54:55 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2010-11-13 09:54:55 +0100 |
commit | 935ad7c2c3b7f442664c84e2ccf44957dd642381 (patch) | |
tree | fa681c4e71f21f05be576fd9aeb21eefc9dca6d6 /Makefile | |
parent | d48fef4c07d55a4983bfe6df49e72dae0c5d8b5e (diff) |
Multi::Feed: Added Atom feeds
TODO: add links to these feeds from the site
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 + |