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