From: Matthijs Kooijman Date: Wed, 10 Jun 2009 11:14:54 +0000 (+0200) Subject: Make Core2Core depend on pret-lam.lua. X-Git-Tag: final-thesis~330 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=67bc7761865f781f063509c4c0d8e70f5867bfe6 Make Core2Core depend on pret-lam.lua. --- 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