Makefile: fetch chaosupdates from www.ccc.de via IPv4 :-(

ds2013
Astro 2011-07-14 00:06:47 +02:00
parent c21b26656d
commit f95e2a9e54
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ build/%.html.xhtml5-validate: build/%.html
### Die neuesten Chaosupdates holen ###
$(WWW_CCC_DE_UPDATES).orig: $(DATESTAMP)
$(RM) $@
$(WGET) -O $@ http://www.ccc.de/de/rss/updates.rdf
$(WGET) -O $@ -4 http://www.ccc.de/de/rss/updates.rdf
$(WWW_CCC_DE_UPDATES): $(WWW_CCC_DE_UPDATES).orig
$(VALIDATOR) --recover $< > $@