Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2011-02-10 10:10:00 -0800 (Thu, 10 Feb 2011)
Revision: 13259
Log message:
Previously, even with USEPDFLATEX=True, the rules for the .tex->.dvi->.ps path
using regular latex would still be created despiute them being potentially
invalid. Worse, the .ps file would still be returned by the LaTeXDocument
resulting in these potentially invalid rules actually being executed.
Changes | Path(relative to omake-branches/0.9.8.6) |
+1 -1 | doc/html/omake-build.html |
+3 -3 | doc/html/omake-doc.html |
+1 -1 | doc/html/omake-references.html |
+1 -1 | doc/html/omake-toc.html |
+91 -91 | doc/info/omake-doc.info |
+2 -2 | doc/info/omake-doc.info-1 |
+1 -1 | doc/info/omake-doc.info-10 |
+2 -2 | doc/info/omake-doc.info-8 |
Change(bin) | doc/ps/omake-doc.dvi |
Change(bin) | doc/ps/omake-doc.pdf |
Change(bin) | doc/ps/omake-doc.ps |
+5 -5 | doc/txt/omake-doc.txt |
+3 -0 | doc/webpage/changelog.html |
+30 -32 | lib/build/LaTeX.om |