From 3a86b2b6b2610405029892f0013553d69dce68f0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 30 Mar 2017 14:42:53 +0200 Subject: Fix include download target for front page photo in download target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91001d2..abaca6d 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ all: $(flavors:%=$(stem)-%.pdf) download:: get-$(stem).raw download:: get-$(stem)-front-logo2.bmp get-$(stem)-front-a4-orig.svg -download:: get-$(stem)-front-photo-orig.jpg: get-%: +download:: get-$(stem)-front-photo-orig.jpg get-$(stem).raw: get-%: ./mediawiki-fetch $(source_baseurl) $(source_basename) $* -- cgit v1.2.3