[FE training-materials-updates] Used the STYLESHEET variable

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Fri Mar 2 09:43:02 CET 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=02ddbab52014177b5a1b32fd51310124a011e289

commit 02ddbab52014177b5a1b32fd51310124a011e289
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Mar 2 09:42:05 2012 +0100

    Used the STYLESHEET variable

diff --git a/Makefile b/Makefile
index 7400999..e91837d 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ SLIDES_TEX      = \
 	$(SLIDES_COMMON_AFTER)
 SLIDES_PICTURES = $(call PICTURES,$(foreach s,$(SLIDES_CHAPTERS),slides/$(s))) $(COMMON_PICTURES)
 
-%-slides.pdf: $(VARS) $(SLIDES_TEX) $(SLIDES_PICTURES) common/beamerthemeFreeElectrons.sty
+%-slides.pdf: $(VARS) $(SLIDES_TEX) $(SLIDES_PICTURES) $(STYLESHEET)
 	@mkdir -p $(OUTDIR)
 # We generate a .tex file with \input{} directives (instead of just
 # concatenating all files) so that when there is an error, we are

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


More information about the training-materials-updates mailing list