summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2010-01-20 21:35:42 (GMT)
committerRobert Managan <managan1@llnl.gov>2010-01-20 21:35:42 (GMT)
commit7247be063e9951b453b644b2be48e3b9f57b61de (patch)
treeed93000893b27de57e3561c77f0a18bce811be41 /src/CHANGES.txt
parentfdb654a3dcb16aa735ac0dd961110046ebbe9e43 (diff)
downloadSCons-7247be063e9951b453b644b2be48e3b9f57b61de.zip
SCons-7247be063e9951b453b644b2be48e3b9f57b61de.tar.gz
SCons-7247be063e9951b453b644b2be48e3b9f57b61de.tar.bz2
Update tex builder to handle the case where a \input{foo}
command tries to work with a directory named foo instead of the file foo.tex. The builder now ignores a directory and continues searching to find the correct file.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 4197fa4..8b2ab79 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -18,6 +18,13 @@ RELEASE X.X.X - XXX
- Make the messages for Configure checks of compilers consistent.
+ From Rob Managan:
+
+ - Update tex builder to handle the case where a \input{foo}
+ command tries to work with a directory named foo instead of the
+ file foo.tex. The builder now ignores a directory and continues
+ searching to find the correct file. Thanks to Lennart Sauerbeck
+ for the test case and initial patch
RELEASE 1.2.0.d20100117 - Sun, 17 Jan 2010 14:26:59 -0800