From c439b6dc640edec33e421aa62dd75977cc429c26 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 1 Apr 2017 13:15:24 +0200 Subject: Use remote timestamp for downloaded files. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b2178d7..72d01a7 100644 --- a/Makefile +++ b/Makefile @@ -59,17 +59,17 @@ get-$(stem).raw: get-%: #./mediawiki-fetch $(source_baseurl) $(source_basename) $* get-$(stem)-front-photo-orig.jpg: get-%: - curl -o '$*' 'http://audiovisual.europarl.europa.eu/Asset.aspx?type=nl&id=52c6e976-dd19-4a10-a8f0-afebae7fddd8' + curl -Ro '$*' 'http://audiovisual.europarl.europa.eu/Asset.aspx?type=nl&id=52c6e976-dd19-4a10-a8f0-afebae7fddd8' get-$(stem)-front-logo2.bmp: get-%: - curl -o '$*' 'http://siri.biks.dk/transparency/GreensEFA-EN.bmp' + curl -Ro '$*' 'http://siri.biks.dk/transparency/GreensEFA-EN.bmp' get-$(stem)-front-a4-orig.svg: get-%: - curl -o '$*' 'http://siri.biks.dk/transparency/transparency_front.svg' + curl -Ro '$*' 'http://siri.biks.dk/transparency/transparency_front.svg' get-fonts: - curl -LO https://github.com/cyrealtype/Lora-Cyrillic/raw/master/fonts/ttf/Lora-{Regular,Italic,Bold,BoldItalic}.ttf - curl -Lo quattrocento-sans-v2.0.zip http://www.impallari.com/media/uploads/prosources/update-19-source.zip + curl -RLO https://github.com/cyrealtype/Lora-Cyrillic/raw/master/fonts/ttf/Lora-{Regular,Italic,Bold,BoldItalic}.ttf + curl -RLo quattrocento-sans-v2.0.zip http://www.impallari.com/media/uploads/prosources/update-19-source.zip unzip -uo quattrocento-sans-v2.0.zip quattrocento-sans-v2.0/*.ttf install-fonts: -- cgit v1.2.3