summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-01 13:15:24 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-01 13:15:24 +0200
commitc439b6dc640edec33e421aa62dd75977cc429c26 (patch)
tree38aeb4b57f600eb5cea475e509bdb65816ded9c0
parentcf2bc7a3b964a36116f8b5f668a009f97c7732a2 (diff)
Use remote timestamp for downloaded files.
-rw-r--r--Makefile10
1 files 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: