[FE training-materials-updates] Makefile: add support to look for pictures in agenda/

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Aug 27 15:01:55 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=ef0529f14048d60f8b061ce17ee12f8798bafa52

>---------------------------------------------------------------

commit ef0529f14048d60f8b061ce17ee12f8798bafa52
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon Aug 26 17:14:12 2013 +0200

    Makefile: add support to look for pictures in agenda/
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

ef0529f14048d60f8b061ce17ee12f8798bafa52
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index aace23e..6fe94e8 100644
--- a/Makefile
+++ b/Makefile
@@ -423,7 +423,7 @@ endif
 #
 ifdef AGENDA
 AGENDA_TEX = agenda/$(AGENDA)-agenda.tex
-AGENDA_PICTURES = $(COMMON_PICTURES)
+AGENDA_PICTURES = $(COMMON_PICTURES) $(call PICTURES,agenda)
 
 %-agenda.pdf: common/agenda.sty $(AGENDA_TEX) $(AGENDA_PICTURES)
 	rm -f $(OUTDIR)/$(basename $@).tex



More information about the training-materials-updates mailing list