Make Core2Core depend on pret-lam.lua.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:14:54 +0000 (13:14 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:14:54 +0000 (13:14 +0200)
SConstruct

index a25c1623e3ba23be205a58b0ad8814fc4041c42b..d805605554ae3ea790f99ff007a462348ec45887 100644 (file)
@@ -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