mailr12401 - /1.3/scons/manuals.py


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

Header


Content

Posted by edward on January 21, 2011 - 10:07:
Author: bugman
Date: Fri Jan 21 10:07:57 2011
New Revision: 12401

URL: http://svn.gna.org/viewcvs/relax?rev=12401&view=rev
Log:
Added the dvips '-R0' command line option so that relative paths will be 
used!!!


Modified:
    1.3/scons/manuals.py

Modified: 1.3/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/scons/manuals.py?rev=12401&r1=12400&r2=12401&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Fri Jan 21 10:07:57 2011
@@ -337,7 +337,7 @@
     system('latex relax')
 
     print("\n\n\n <<< dvips >>>\n\n\n")
-    system('dvips -o relax.ps relax.dvi')
+    system('dvips -R0 -o relax.ps relax.dvi')
 
     print("\n\n\n <<< ps2pdf >>>\n\n\n")
     if env['SYSTEM'] == 'Windows':




Related Messages


Powered by MHonArc, Updated Fri Jan 21 10:40:03 2011