X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=SConstruct;h=d805605554ae3ea790f99ff007a462348ec45887;hp=a25c1623e3ba23be205a58b0ad8814fc4041c42b;hb=99442c2b5e3f29275d53c14969741c477ecc30af;hpb=a7321efea813c68cf303360603369e5e39adbe7c diff --git a/SConstruct b/SConstruct index a25c162..d805605 100644 --- a/SConstruct +++ b/SConstruct @@ -66,6 +66,7 @@ env['ENV']['SSH_AUTH_SOCK'] = os.environ['SSH_AUTH_SOCK'] ## Context PDF build pdfOutput = env.Context(LATEX_PROJECT) +Depends(pdfOutput, 'pret-lam.lua') env.Alias('pdf', LATEX_PROJECT + '.pdf') # Keep below code happy