From 7da4c6765b95665b03804f70298d4aa1928bda0f Mon Sep 17 00:00:00 2001 From: vv01f Date: Wed, 17 Dec 2014 20:52:56 +0100 Subject: [PATCH] circumventing download from ccc.de failing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b1c1db7e..f303241ee 100644 --- a/Makefile +++ b/Makefile @@ -314,7 +314,7 @@ build/%.html.xhtml5-validate: build/%.html ### Die neuesten Chaosupdates holen ### $(WWW_CCC_DE_UPDATES).orig: $(DATESTAMP) $(RM) $@ - $(WGET) -O $@ -4 http://www.ccc.de/de/rss/updates.rdf + $(WGET) -O $@ -4 http://www.ccc.de/de/rss/updates.rdf || rm updates.rdf $(WWW_CCC_DE_UPDATES): $(WWW_CCC_DE_UPDATES).orig $(VALIDATOR) --recover $< > $@