[FE training-materials-updates] Revert an invalid change made to the Makefile

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri May 31 18:01:53 CEST 2013


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

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

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

commit 8d6668c737cd559f2e9bde413672030d9c25d70a
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri May 31 18:00:45 2013 +0200

    Revert an invalid change made to the Makefile
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

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

diff --git a/Makefile b/Makefile
index b78b455..b96dcee 100644
--- a/Makefile
+++ b/Makefile
@@ -351,7 +351,7 @@ SLIDES_PICTURES = $(call PICTURES,$(foreach s,$(SLIDES_CHAPTERS),slides/$(s))) $
 	(cd $(OUTDIR); $(PDFLATEX_ENV) $(PDFLATEX) $(PDFLATEX_OPT) $(basename $@).tex)
 # The second call to pdflatex is to be sure that we have a correct table of
 # content and index
-#	(cd $(OUTDIR); $(PDFLATEX_ENV) $(PDFLATEX) $(PDFLATEX_OPT) $(basename $@).tex > /dev/null 2>&1)
+	(cd $(OUTDIR); $(PDFLATEX_ENV) $(PDFLATEX) $(PDFLATEX_OPT) $(basename $@).tex > /dev/null 2>&1)
 # We use cat to overwrite the final destination file instead of mv, so
 # that evince notices that the file has changed and automatically
 # reloads it (which doesn't happen if we use mv here). This is called



More information about the training-materials-updates mailing list