[FE training-materials-updates] Single labs don't need vars.tex files

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Oct 21 13:28:10 CEST 2013


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

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=c3ae0269644025c0ddd27e82583c3b72172413f6

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

commit c3ae0269644025c0ddd27e82583c3b72172413f6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Oct 21 13:25:13 2013 +0200

    Single labs don't need vars.tex files
    
    - As they don't use header pages
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

c3ae0269644025c0ddd27e82583c3b72172413f6
 Makefile                   |    2 +-
 common/single-lab-vars.tex |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 2d7fbd1..e87ba86 100644
--- a/Makefile
+++ b/Makefile
@@ -394,7 +394,7 @@ else ifeq ($(LABS),full-android)
 LABS_VARSFILE      = common/android-labs-vars.tex
 LABS_CHAPTERS      = $(ANDROID_LABS)
 else
-LABS_VARSFILE      = common/single-lab-vars.tex
+LABS_VARSFILE      = 
 LABS_CHAPTERS      = $(LABS)
 LABS_HEADER        = common/single-lab-header.tex
 LABS_FOOTER        = common/labs-footer.tex
diff --git a/common/single-lab-vars.tex b/common/single-lab-vars.tex
deleted file mode 100644
index 2768408..0000000
--- a/common/single-lab-vars.tex
+++ /dev/null
@@ -1,2 +0,0 @@
-\def\labbooktitle{Free Electrons training}
-\def\labbookurl{http://free-electrons.com/training/}



More information about the training-materials-updates mailing list