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):


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to