This is slightly more elegant than doing the scp as part of the context
builder.
env = Environment()
## Context MkIV Builder:
-contextBuilder = Builder(action=['texexec --lua $SOURCE','scp $TARGET ewi:'],
+contextBuilder = Builder(action='texexec --lua $SOURCE',
suffix='.pdf',
src_suffix='.tex')
env.Append(BUILDERS={'Context': contextBuilder})
Depends(report, 'Utils/Lambda.tex')
Depends(report, 'Utils/Shortcuts.tex')
+AddPostAction(report, 'scp $TARGET ewi:')
+
Default(DEFAULT_TARGET)