From 7447f1d6eafa0e13d89d1bf30cb78cf44660b778 Mon Sep 17 00:00:00 2001 From: Robert Managan Date: Mon, 23 Aug 2010 18:05:00 +0000 Subject: This time make it really platform agnostic. Sorry about the multiple commits!! --- test/TEX/generated_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEX/generated_files.py b/test/TEX/generated_files.py index 339d3b3..35e0020 100644 --- a/test/TEX/generated_files.py +++ b/test/TEX/generated_files.py @@ -49,7 +49,7 @@ import os env = Environment(ENV = { 'PATH' : os.environ['PATH'] }) -copy_latex = Builder(action='cp $SOURCE $TARGET', +copy_latex = Builder(action=Copy('$TARGET', '$SOURCE'), suffix='.tex', src_suffix='.src') env.Append( BUILDERS={'CopyLatex' : copy_latex} ) -- cgit v0.12