because it does not support '-o <outfile>'. This patch uses --outfile= instead,
since this works both unter linux and windows.
Patch from Stefan Hepp
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4560
fdb21ef1-2011-0410-befe-
b5e4ea1792b1
- Fix problem with filenames of sideeffects when the user changes
the name of the output file from the latex default
-
+
- Add scanning of files included in Latex by means of \lstinputlisting{}
Patch from Stefan Hepp.
+ - Change command line for epstopdf to use --outfile= instead of -o
+ since this works on all platforms.
+ Patch from Stefan Hepp.
+
RELEASE 1.2.0.d20090223 - Mon, 23 Feb 2009 08:41:06 -0800
From Stanislav Baranov:
env['EPSTOPDF'] = 'epstopdf'
env['EPSTOPDFFLAGS'] = SCons.Util.CLVar('')
- env['EPSTOPDFCOM'] = '$EPSTOPDF $EPSTOPDFFLAGS ${SOURCE} -o ${TARGET}'
+ env['EPSTOPDFCOM'] = '$EPSTOPDF $EPSTOPDFFLAGS ${SOURCE} --outfile=${TARGET}'
def exists(env):
# This only puts a skeleton Builder in place, so if someone