[FE training-materials-updates] Add a training variable holding the	name of the built session
    Maxime Ripard 
    maxime.ripard at free-electrons.com
       
    Mon Oct  1 14:56:21 CEST 2012
    
    
  
Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=c4f94c73a439cd7ac3bafa20aa342b513daef58b
>---------------------------------------------------------------
commit c4f94c73a439cd7ac3bafa20aa342b513daef58b
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Oct 1 14:47:42 2012 +0200
    Add a training variable holding the name of the built session
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
>---------------------------------------------------------------
c4f94c73a439cd7ac3bafa20aa342b513daef58b
 Makefile |    1 +
 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 3dc6a45..46bb2cc 100644
--- a/Makefile
+++ b/Makefile
@@ -464,6 +464,7 @@ $(VARS): FORCE
 	@mkdir -p $(dir $@)
 	echo "\def \sessionurl {$(SESSION_URL)}" > $@
 	echo "\def \evaluationformurl {$(EVALUATION_FORM)}" >> $@
+	echo "\def \\\\training {$(SLIDES_TRAINING)}" >> $@
 
 clean:
 	$(RM) -rf $(OUTDIR) *.pdf
    
    
More information about the training-materials-updates
mailing list