From 3663872d34b6395d8a1f0ecc928bf680e240a0ec Mon Sep 17 00:00:00 2001 From: toidinamai Date: Sun, 13 Jan 2008 02:01:29 +0000 Subject: [PATCH] always fetch chaosupdates on a new day, timestamping doesn't mix well with date stamps git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1061 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3553c0015..ad1366ba2 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ VFLAGS_OUT=$(VFLAGS_IN) SGML_CATALOG_FILES=$(XML_CATALOG) export SGML_CATALOG_FILES # Downloadmanager (Alternativ: curl, fetch): -WGET=wget --timestamping +WGET=wget # rsync RSYNC=rsync RSYNC_FLAGS=--verbose --recursive --delete --delete-after --delete-excluded --checksum --chmod=ugo=rX @@ -159,6 +159,7 @@ content/datenspuren/schedule.xml: content/static/datenspuren/fahrplan/days.de.ht $(WWW_CCC_DE_UPDATES): $(DATESTAMP) $(WGET) http://www.ccc.de/updates/$(WWW_CCC_DE_UPDATES) || \ cp chaosupdates-2006-01-02.rdf $@ + touch $@ ### Mr. Propper ### .PHONY: clean