Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-04-10 17:45:54 -0700 (Mon, 10 Apr 2006)
Revision: 9042
Log message:

      - Documented the *GeneratedFiles functions.
      
      - Significantly updated the lib/OMakefile.default text in lib/boot/Default:
        - Do not recommend overwriting configure-defined variables (so that people
          do not unnecessarily restrict portability of their OMakefiles)
        - Do not put any configire-derived entries in lib/OMakefile.default (the
          build host be different from the host where the omake is being used).
        - Added an ocamlfind section
        - Added an OCamlGeneratedFiles example.
        - Changed "FILES" variables to be an array.
        - Changed *Program *Library function usage to
          .DEFAULT: $(fooProgram ...)
      

Changes  Path
+138 -64 omake-branches/0.9.6.x/doc/html/omake-doc.html
+17 -0 omake-branches/0.9.6.x/doc/html/omake-language.html
+121 -64 omake-branches/0.9.6.x/doc/html/omake-root.html
+71 -0 omake-branches/0.9.6.x/doc/man/omake-doc.1
+50 -0 omake-branches/0.9.6.x/doc/man/omake-doc.txt
+17 -0 omake-branches/0.9.6.x/doc/man/omake-language.1
+14 -0 omake-branches/0.9.6.x/doc/man/omake-language.txt
+54 -0 omake-branches/0.9.6.x/doc/man/omake-root.1
+36 -0 omake-branches/0.9.6.x/doc/man/omake-root.txt
Binary omake-branches/0.9.6.x/doc/ps/omake-doc.dvi
Binary omake-branches/0.9.6.x/doc/ps/omake-doc.pdf
Binary omake-branches/0.9.6.x/doc/ps/omake-doc.ps
+45 -30 omake-branches/0.9.6.x/lib/boot/Default
+20 -0 omake-branches/0.9.6.x/lib/build/C.om
+19 -0 omake-branches/0.9.6.x/lib/build/LaTeX.om
+20 -0 omake-branches/0.9.6.x/lib/build/OCaml.om