Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-06-04 13:04:17 -0700 (Mon, 04 Jun 2007)
Revision: 10878
Log message:

      Rearrange the LaTeX .STATIC code a bit.
     
     Static sections are actually created as objects first, then folded into the global
     environment.  This means that lazy expressions in a .STATIC block escape the object
     in which they were defined, so code like this will fail:
     
         TETEX2_ENABLED = ...
         LATEXFLAGS =
             BASE = ...
             value $`(if $(TETEX2_ENABLED), ...)
     
     It is unclear to me whether this is an issue.

Changes  Path
+1 -0 omake-branches/0.9.8.x/doc/OMakefile
+7 -4 omake-branches/0.9.8.x/lib/build/LaTeX.om