Removed bad hack (thx, toidinamai)

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1060 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-01-13 01:47:53 +00:00
parent 7c51ef762b
commit 8457981a26
1 changed files with 1 additions and 5 deletions

View File

@ -84,9 +84,6 @@ export: www
$(DATESTAMP):
touch $@
# Bad hack:
rm -f $(WWW_CCC_DE_UPDATES)
make $(WWW_CCC_DE_UPDATES)
### Regeln für den XSLT-Prozess ###
@ -159,8 +156,7 @@ content/datenspuren/schedule.xml: content/static/datenspuren/fahrplan/days.de.ht
cp $< $@
### Die neuesten Chaosupdates holen ###
# wird vom $(DATESTAMP) 1x täglich neu geholt
$(WWW_CCC_DE_UPDATES):
$(WWW_CCC_DE_UPDATES): $(DATESTAMP)
$(WGET) http://www.ccc.de/updates/$(WWW_CCC_DE_UPDATES) || \
cp chaosupdates-2006-01-02.rdf $@