mailr2625 - /1.2/scons/manuals.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 12, 2006 - 07:21:
Author: bugman
Date: Thu Oct 12 07:21:15 2006
New Revision: 2625

URL: http://svn.gna.org/viewcvs/relax?rev=2625&view=rev
Log:
Removed all traces of Adobe Acrobat Reader (deleted the acro() function, 
etc.).


Modified:
    1.2/scons/manuals.py

Modified: 1.2/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/scons/manuals.py?rev=2625&r1=2624&r2=2625&view=diff
==============================================================================
--- 1.2/scons/manuals.py (original)
+++ 1.2/scons/manuals.py Thu Oct 12 07:21:15 2006
@@ -30,19 +30,6 @@
 
 from version import version
 
-
-
-def acro(target, source, env):
-    """Builder action for executing Adobe Acrobat reader with the PDF 
manual."""
-
-    # Print out.
-    print
-    print "##############################################"
-    print "# Viewing the PDF manual using Adobe Acrobat #"
-    print "##############################################\n\n"
-
-    print "Running the command:\n$ acroread -openInNewWindow " + 
env['DOCS_DIR'] + "relax.pdf &\n\n\n"
-    system("acroread -openInNewWindow " + env['DOCS_DIR'] + "relax.pdf &")
 
 
 def clean_manual_files(target, source, env):




Related Messages


Powered by MHonArc, Updated Thu Oct 12 08:40:05 2006