[bootlin/training-materials updates] master: Makefile: make it possible to include files from the top-level directory (3e753cca)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jan 1 21:47:32 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/3e753cca15f56a423ccf946ac4e504eae33c4527

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

commit 3e753cca15f56a423ccf946ac4e504eae33c4527
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Sun Jan 1 21:47:32 2023 +0100

    Makefile: make it possible to include files from the top-level directory
    
    This allows to do:
    
         \input{agenda/<foo>.inc}
    
    for example.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

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

diff --git a/Makefile b/Makefile
index 040a1317..0a1ee604 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ VARS = $(OUTDIR)/vars
 
 # Environment for pdflatex, which allows it to find the stylesheet in the
 # common/ directory.
-PDFLATEX_ENV = TEXINPUTS=.:$(shell pwd)/common: texfot
+PDFLATEX_ENV = TEXINPUTS=.:$(shell pwd):$(shell pwd)/common: texfot
 
 # Arguments passed to pdflatex
 PDFLATEX_OPT = -shell-escape -file-line-error -halt-on-error




More information about the training-materials-updates mailing list