projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814ad84
)
Correct GNUPLOTLAGS -> GNUPLOTFLAGS typo in site_cons/site_tools/gnuplot.py.
author
W. Trevor King
<wking@drexel.edu>
Sat, 14 May 2011 18:02:01 +0000
(14:02 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 14 May 2011 18:02:01 +0000
(14:02 -0400)
tex/site_cons/site_tools/gnuplot.py
patch
|
blob
|
history
diff --git
a/tex/site_cons/site_tools/gnuplot.py
b/tex/site_cons/site_tools/gnuplot.py
index 7d62bc392d1a0c08e3bc4704734ba18eff49f5cf..bcb5b32f8275fb9b1dee8b02271799a26d6388c4 100644
(file)
--- a/
tex/site_cons/site_tools/gnuplot.py
+++ b/
tex/site_cons/site_tools/gnuplot.py
@@
-62,7
+62,7
@@
def generate(env):
action=GnuplotAction, suffix='.pdf', src_suffix = '.gp')
env['GNUPLOT'] = 'gnuplot'
env['GNUPLOTFLAGS'] = '' #SCons.Util.CLVar('')
- env['GNUPLOTCOM'] = 'cd ${TARGET.dir} && $GNUPLOT $GNUPLOTLAGS ${SOURCE.file}'
+ env['GNUPLOTCOM'] = 'cd ${TARGET.dir} && $GNUPLOT $GNUPLOT
F
LAGS ${SOURCE.file}'
env.Append(SCANNERS=SCons.Scanner.Base(
function=gnuplot_scan,
name='Gnuplot',