diff options
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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: |