Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-25 12:01:41 -0700 (Sun, 25 Jun 2006)
Revision: 9390
Log message:

      More minor cleanup, addressing issue #516.
      
      This adds the phony targets
         .BUILD_BEGIN
         .BUILD_SUCCESS
         .BUILD_FAILURE
      
      .BUILD_BEGIN is built before anything else in your project.
      One of .BUILD_SUCCESS or .BUILD_FAILURE is built when the
      build for your project terminates.
      
      These are normal targets/rules.  If you want to use them, you
      should probably add them to your ~/.omakerc, rather than adding
      them directly to each of the projects you work on.
      

Changes  Path
+374 -367 omake-branches/0.9.8.x/doc/html/omake-all-index.html
+103 -91 omake-branches/0.9.8.x/doc/html/omake-base.html
+405 -400 omake-branches/0.9.8.x/doc/html/omake-contents.html
+1784 -1654 omake-branches/0.9.8.x/doc/html/omake-doc.html
+37 -35 omake-branches/0.9.8.x/doc/html/omake-fun-index.html
+25 -25 omake-branches/0.9.8.x/doc/html/omake-grammar.html
+74 -62 omake-branches/0.9.8.x/doc/html/omake-options.html
+27 -24 omake-branches/0.9.8.x/doc/html/omake-pervasives.html
+4 -4 omake-branches/0.9.8.x/doc/html/omake-quickstart.html
+5 -5 omake-branches/0.9.8.x/doc/html/omake-references.html
+220 -138 omake-branches/0.9.8.x/doc/html/omake-rule.html
+2 -2 omake-branches/0.9.8.x/doc/html/omake-rules.html
+13 -13 omake-branches/0.9.8.x/doc/html/omake-shell.html
+120 -120 omake-branches/0.9.8.x/doc/html/omake-system.html
+7 -4 omake-branches/0.9.8.x/doc/html/omake-target-index.html
+79 -78 omake-branches/0.9.8.x/doc/html/omake-var-index.html
+13 -13 omake-branches/0.9.8.x/doc/html/osh.html
+316 -313 omake-branches/0.9.8.x/doc/info/omake-doc.info
+5 -5 omake-branches/0.9.8.x/doc/info/omake-doc.info-1
+23 -30 omake-branches/0.9.8.x/doc/info/omake-doc.info-3
+28 -53 omake-branches/0.9.8.x/doc/info/omake-doc.info-4
+54 -179 omake-branches/0.9.8.x/doc/info/omake-doc.info-5
+435 -419 omake-branches/0.9.8.x/doc/info/omake-doc.info-6
+397 -223 omake-branches/0.9.8.x/doc/info/omake-doc.info-7
+155 -35 omake-branches/0.9.8.x/doc/info/omake-doc.info-8
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.ps
+1 -0 omake-branches/0.9.8.x/doc/src/omake-doc.tex
+12 -1 omake-branches/0.9.8.x/doc/src/omake-options.tex
+611 -471 omake-branches/0.9.8.x/doc/txt/omake-doc.txt
+4 -0 omake-branches/0.9.8.x/lib/Pervasives.om
+202 -172 omake-branches/0.9.8.x/src/build/omake_build.ml
+6 -0 omake-branches/0.9.8.x/src/build/omake_build.mli
+1 -10 omake-branches/0.9.8.x/src/build/omake_build_type.ml
+14 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+66 -3 omake-branches/0.9.8.x/src/builtin/omake_builtin_rule.ml
+78 -2 omake-branches/0.9.8.x/src/builtin/omake_builtin_target.ml
+1 -1 omake-branches/0.9.8.x/src/env/omake_command_digest.ml
+0 -1 omake-branches/0.9.8.x/src/ir/omake_options_type.ml
+0 -5 omake-branches/0.9.8.x/src/ir/omake_state.ml
+2 -0 omake-branches/0.9.8.x/src/ir/omake_symbol.ml