diff options
author | Steven Knight <knight@baldmt.com> | 2003-09-21 15:58:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-09-21 15:58:08 (GMT) |
commit | 7d5aa5669b5208be12b1a75e7a2b2d290493508e (patch) | |
tree | 6fc95ab7e3b6b239cc16097bd02424bc92afa4c7 /src/CHANGES.txt | |
parent | 9598e63d01421fa10f8dad43378ad0420f7b87ec (diff) | |
download | SCons-7d5aa5669b5208be12b1a75e7a2b2d290493508e.zip SCons-7d5aa5669b5208be12b1a75e7a2b2d290493508e.tar.gz SCons-7d5aa5669b5208be12b1a75e7a2b2d290493508e.tar.bz2 |
New tex.py.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 7fe5cf1..884e650 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -77,6 +77,12 @@ RELEASE X.XX - XXX subclass of Environment.Base and setting a new Environment.Environment variable as the calling entry point. + From Clark McGrew: + + - Generalize the action for .tex files so that it will decide whether + a file is TeX or LaTeX, check the .aux output to decide if it should + run bibtex, and check the .log output to re-run LaTeX if needed. + From Bram Moolenaar: - Split the non-SCons-specific functionality from SConf.py to a new, |