circumventing download from ccc.de failing

This commit is contained in:
vv01f 2014-12-17 20:52:56 +01:00
parent 621adbe5e4
commit 7da4c6765b
1 changed files with 1 additions and 1 deletions

View File

@ -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 $< > $@