Commit c7d2e510a742b105d11cf7605c68c20296055fcd

Authored by Geoffrey PREUD'HOMME
1 parent 61e0d50e

Linked desc images to main routine

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
img/Makefile
... ... @@ -5,8 +5,10 @@ CUSTOM=mainBgPattern.png polyMap.png
5 5 COMPRESSED=$(shell cd orig; echo *.jpg)
6 6 MATRIXED=$(subst svg,png,$(VECTORS))
7 7 PLACEHOLDERS_PNG=$(addprefix ph,$(addsuffix .png,$(PLACEHOLDERS)))
  8 +DESC=Descriptif Concept Activites
  9 +DESC_JPG=$(addprefix desc,$(addsuffix .jpg,$(DESC)))
8 10  
9   -ALL=$(COMPRESSED) $(MATRIXED) $(PLACEHOLDERS_PNG) $(CUSTOM)
  11 +ALL=$(COMPRESSED) $(MATRIXED) $(PLACEHOLDERS_PNG) $(DESC_JPG) $(CUSTOM)
10 12  
11 13 all: $(ALL)
12 14  
... ...