Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-11-16 10:32:09 -0800 (Fri, 16 Nov 2007)
Revision: 12600
Log message:

      Minor documentation updates:
      - [Bug 707] Document the [-v] and [-h] options of the built-in Shell.grep on
        Windows
      - Add the Shell. aliases to index. This is related to bug 603, which also
        calls for them to have a separate index.
      - Fix the code.hva style - the \verb+...+ is implemented as `...' in non-html
        modes, while the \code used to be implemented as '...', which was
        inconsistent. I changed the code.hva to use the same `...' for consistency.
      - Fixed dependencies in doc/OMakefile: it used to only add src/*hva as
        dependencies for the text doc, but failed to do the same for info and html.
      - Regenerated the documentation.

Changes  Path(relative to omake-branches/0.9.8.x)
+2 -2 doc/OMakefile
+259 -254 doc/html/omake-all-index.html
+24 -24 doc/html/omake-autoconf.html
+125 -125 doc/html/omake-build.html
+491 -488 doc/html/omake-doc.html
+17 -17 doc/html/omake-grammar.html
+26 -26 doc/html/omake-options.html
+25 -27 doc/html/omake-pervasives.html
+3 -3 doc/html/osh.html
+124 -124 doc/info/omake-doc.info
+5 -5 doc/info/omake-doc.info-1
+5 -5 doc/info/omake-doc.info-2
+8 -8 doc/info/omake-doc.info-3
+10 -10 doc/info/omake-doc.info-4
+4 -4 doc/info/omake-doc.info-5
+19 -19 doc/info/omake-doc.info-6
+23 -25 doc/info/omake-doc.info-7
+37 -37 doc/info/omake-doc.info-8
+43 -22 doc/info/omake-doc.info-9
Change(bin) doc/ps/omake-doc.dvi
Change(bin) doc/ps/omake-doc.pdf
Change(bin) doc/ps/omake-doc.ps
+1 -1 doc/src/code.hva
+1 -0 doc/src/omake-doc.tex
+137 -134 doc/txt/omake-doc.txt
+26 -29 lib/Pervasives.om