Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-11 12:49:43 -0700 (Sun, 11 Jun 2006)
Revision: 9287
Log message:

      Reorganized the documentation.
      
      This version uses HeVeA.  Don't get too grumpy, HeVeA is a lot
      better.  Some advantages:
         - macro definitions work
         - references work
         - commands work like you expect (including \verb/.../)
         - we get a TOC and index
      
      HeVeA also generates plain text and info files.  We should choose one
      of these for a man page.
      
      Some choices I made:
         - the document is documentclass{book}, so we start with
           \chapter, not \section.
      
         - there are multiple indexes, 1) for everything, 2) for vars,
           3) for functions, and 4) for targets.
      
           Use the macro \var{id} when you define a var.  This will
           add it to the index, and you can refer to it with
           \ref{var:id}.  \fun{id} and \target{id} work too.
      

Changes  Path
+2 -2 omake-branches/0.9.8.x/OMakefile
+46 -153 omake-branches/0.9.8.x/doc/OMakefile
Properties omake-branches/0.9.8.x/doc/html
Binary omake-branches/0.9.8.x/doc/html/contents_motif.gif
Properties omake-branches/0.9.8.x/doc/html/contents_motif.gif
+178 -64 omake-branches/0.9.8.x/doc/html/index.html
Binary omake-branches/0.9.8.x/doc/html/next_motif.gif
Properties omake-branches/0.9.8.x/doc/html/next_motif.gif
Added omake-branches/0.9.8.x/doc/html/omake-all-index.html
Properties omake-branches/0.9.8.x/doc/html/omake-all-index.html
+724 -1975 omake-branches/0.9.8.x/doc/html/omake-base.html
+340 -487 omake-branches/0.9.8.x/doc/html/omake-build-examples.html
Added omake-branches/0.9.8.x/doc/html/omake-contents.html
Properties omake-branches/0.9.8.x/doc/html/omake-contents.html
Added omake-branches/0.9.8.x/doc/html/omake-doc.css
+6609 -7519 omake-branches/0.9.8.x/doc/html/omake-doc.html
Added omake-branches/0.9.8.x/doc/html/omake-fun-index.html
Properties omake-branches/0.9.8.x/doc/html/omake-fun-index.html
+572 -958 omake-branches/0.9.8.x/doc/html/omake-grammar.html
+153 -244 omake-branches/0.9.8.x/doc/html/omake-language-examples.html
+291 -430 omake-branches/0.9.8.x/doc/html/omake-language.html
Added omake-branches/0.9.8.x/doc/html/omake-obj-index.html
Properties omake-branches/0.9.8.x/doc/html/omake-obj-index.html
+156 -296 omake-branches/0.9.8.x/doc/html/omake-options.html
+415 -618 omake-branches/0.9.8.x/doc/html/omake-pervasives.html
+245 -381 omake-branches/0.9.8.x/doc/html/omake-quickstart.html
Added omake-branches/0.9.8.x/doc/html/omake-references.html
Properties omake-branches/0.9.8.x/doc/html/omake-references.html
Deleted omake-branches/0.9.8.x/doc/html/omake-root.html
Added omake-branches/0.9.8.x/doc/html/omake-rule.html
Properties omake-branches/0.9.8.x/doc/html/omake-rule.html
+352 -535 omake-branches/0.9.8.x/doc/html/omake-rules.html
+132 -242 omake-branches/0.9.8.x/doc/html/omake-shell.html
+1444 -1121 omake-branches/0.9.8.x/doc/html/omake-system.html
Added omake-branches/0.9.8.x/doc/html/omake-target-index.html
Properties omake-branches/0.9.8.x/doc/html/omake-target-index.html
Added omake-branches/0.9.8.x/doc/html/omake-var-index.html
Properties omake-branches/0.9.8.x/doc/html/omake-var-index.html
+102 -219 omake-branches/0.9.8.x/doc/html/omake.html
+86 -152 omake-branches/0.9.8.x/doc/html/osh.html
Binary omake-branches/0.9.8.x/doc/html/previous_motif.gif
Properties omake-branches/0.9.8.x/doc/html/previous_motif.gif
Properties omake-branches/0.9.8.x/doc/info
Added omake-branches/0.9.8.x/doc/info/omake-doc.info
Added omake-branches/0.9.8.x/doc/info/omake-doc.info-1
Added omake-branches/0.9.8.x/doc/info/omake-doc.info-2
Added omake-branches/0.9.8.x/doc/info/omake-doc.info-3
Added omake-branches/0.9.8.x/doc/info/omake-doc.info-4
Added omake-branches/0.9.8.x/doc/info/omake-doc.info-5
Added omake-branches/0.9.8.x/doc/info/omake-doc.info-6
Properties omake-branches/0.9.8.x/doc/ps
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
Deleted omake-branches/0.9.8.x/doc/src/omake-base-prologue.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-build-examples-prologue.tex
+39 -29 omake-branches/0.9.8.x/doc/src/omake-build-examples.tex
+10 -9 omake-branches/0.9.8.x/doc/src/omake-detail.tex
Copied omake-branches/0.9.8.x/doc/src/omake-doc.tex
+122 -0 omake-branches/0.9.8.x/doc/src/omake-doc.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-epilogue.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-examples-prologue.tex
+21 -16 omake-branches/0.9.8.x/doc/src/omake-examples.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-grammar-prologue.tex
+28 -28 omake-branches/0.9.8.x/doc/src/omake-grammar.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-index-prologue.tex
+27 -27 omake-branches/0.9.8.x/doc/src/omake-index.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-language-examples-prologue.tex
+12 -9 omake-branches/0.9.8.x/doc/src/omake-language-examples.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-language-prologue.tex
+48 -26 omake-branches/0.9.8.x/doc/src/omake-language.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-macros.pl
Deleted omake-branches/0.9.8.x/doc/src/omake-notes.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-options-prologue.tex
+32 -30 omake-branches/0.9.8.x/doc/src/omake-options.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-pervasives-prologue.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-prologue.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-root-prologue.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-rules-prologue.tex
+30 -16 omake-branches/0.9.8.x/doc/src/omake-rules.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-shell-prologue.tex
+10 -10 omake-branches/0.9.8.x/doc/src/omake-shell.tex
Deleted omake-branches/0.9.8.x/doc/src/omake-system-prologue.tex
+9 -11 omake-branches/0.9.8.x/doc/src/osh.tex
Properties omake-branches/0.9.8.x/doc/txt
Added omake-branches/0.9.8.x/doc/txt/omake-doc.txt
Properties omake-branches/0.9.8.x/doc/txt/omake-doc.txt
+33 -29 omake-branches/0.9.8.x/lib/Pervasives.om
+28 -26 omake-branches/0.9.8.x/lib/build/C.om
+15 -20 omake-branches/0.9.8.x/lib/build/Common.om
+21 -23 omake-branches/0.9.8.x/lib/build/LaTeX.om
+47 -55 omake-branches/0.9.8.x/lib/build/OCaml.om
+24 -2 omake-branches/0.9.8.x/src/builtin/omake_builtin_arith.ml
+72 -66 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+58 -49 omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
+3 -3 omake-branches/0.9.8.x/src/builtin/omake_builtin_fun.ml
+48 -38 omake-branches/0.9.8.x/src/builtin/omake_builtin_io.ml
+9 -8 omake-branches/0.9.8.x/src/builtin/omake_builtin_io_fun.ml
+1 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_object.ml
+10 -6 omake-branches/0.9.8.x/src/builtin/omake_builtin_rule.ml
+13 -11 omake-branches/0.9.8.x/src/builtin/omake_builtin_shell.ml
+1 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_sys.ml
+4 -3 omake-branches/0.9.8.x/src/builtin/omake_builtin_target.ml
+35 -2 omake-branches/0.9.8.x/src/builtin/omake_builtin_test.ml