diff options
author | Robert Managan <managan1@llnl.gov> | 2009-01-11 06:48:32 (GMT) |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2009-01-11 06:48:32 (GMT) |
commit | a3f48d7586306030394e9b542e12cf9c56132bce (patch) | |
tree | 0c39d2ff3f84b57320c5f7c446f9bfef0260575b /src | |
parent | 30e7e1cd8c28eb8aebb72a916e61df179961ee8a (diff) | |
download | SCons-a3f48d7586306030394e9b542e12cf9c56132bce.zip SCons-a3f48d7586306030394e9b542e12cf9c56132bce.tar.gz SCons-a3f48d7586306030394e9b542e12cf9c56132bce.tar.bz2 |
Add a little more description to the change
in the tex files. Namely that this only
afftect pdflatex and thus things built with
the PDF builder.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 70eea4c..97ae229 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -44,7 +44,8 @@ RELEASE 1.X - XXX From Rob Managan: - Don't automatically try to build .pdf graphics files for - .eps files in \includegraphics{} calls in .tex files. + .eps files in \includegraphics{} calls in .tex files + when building with the PDF builder (and thus pdflatex). From Gary Oberbrunner: |