mailr20498 - /trunk/scons/manuals.py


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

Header


Content

Posted by edward on July 31, 2013 - 20:51:
Author: bugman
Date: Wed Jul 31 20:51:18 2013
New Revision: 20498

URL: http://svn.gna.org/viewcvs/relax?rev=20498&view=rev
Log:
Bug fix for the page numbers in the index - these were often out by a few 
pages.

The makeindex command was being run too early in the repetitive LaTeX 
compilation chain, causing the
page numbers to be incorrect.  It is now run twice to fix the problem.


Modified:
    trunk/scons/manuals.py

Modified: trunk/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/manuals.py?rev=20498&r1=20497&r2=20498&view=diff
==============================================================================
--- trunk/scons/manuals.py (original)
+++ trunk/scons/manuals.py Wed Jul 31 20:51:18 2013
@@ -427,6 +427,9 @@
     print("\n\n\n <<< LaTeX (third round) >>>\n\n\n")
     system('latex relax')
 
+    print("\n\n\n <<< Makeindex >>>\n\n\n")
+    system('makeindex relax')
+
     print("\n\n\n <<< LaTeX (fourth round) >>>\n\n\n")
     system('latex relax')
 




Related Messages


Powered by MHonArc, Updated Wed Jul 31 21:00:02 2013