summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2010-08-23 19:56:12 (GMT)
committerRobert Managan <managan1@llnl.gov>2010-08-23 19:56:12 (GMT)
commit06a72d788b7695cfc6a6e53e9d3808a12d929b9d (patch)
tree522ba138b12a47787d7aced37508e9675369a1f6 /src/CHANGES.txt
parentd178e9ef75dfb030f4ab3dc4af76e51ad2b3549d (diff)
downloadSCons-06a72d788b7695cfc6a6e53e9d3808a12d929b9d.zip
SCons-06a72d788b7695cfc6a6e53e9d3808a12d929b9d.tar.gz
SCons-06a72d788b7695cfc6a6e53e9d3808a12d929b9d.tar.bz2
I had to add the INDEXSTYLES environment variable to the code
so the user can define a path to look for makeindex style files. When the latex files are generated by another builder the user may have to define env['TEXINPUTS'] or some of the other environment variables so latex can find files that are not sideeffects. This woul dinclude style files and the like.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 85841de..fddca36 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -105,6 +105,9 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- The TeX builders should now work with tex files that are generated
by another program. Thanks to Hans-Martin von Gaudecker for
isolating the cause of this bug.
+
+ - Added support for INDEXSTYLE environment variable so makeindex can
+ find style files.
From Russel Winder: