Don't add an action to use epstopdf to build .pdf from .ps
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 10 Oct 2008 15:53:23 +0000 (15:53 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 10 Oct 2008 15:53:23 +0000 (15:53 +0000)
This is already an action in gs.py

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3608 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/pdf.py

index 856f3a2c25f3c75011c7fb5c4ee9c43653050da7..d94db05e119d25ab070e7dc35956b863ff5bdb94 100644 (file)
@@ -59,7 +59,7 @@ def generate(env):
 # the pdftex builder so that one is the default for no source suffix
 def generate2(env):
     bld = env['BUILDERS']['PDF']
-    bld.add_action('.ps',  EpsPdfAction)
+    #bld.add_action('.ps',  EpsPdfAction) # this is covered by direct Ghostcript action in gs.py
     bld.add_action('.eps', EpsPdfAction)
 
     env['EPSTOPDF']      = 'epstopdf'