[haizea-commit] r526 - trunk/doc/manual

haizea-commit at mailman.cs.uchicago.edu haizea-commit at mailman.cs.uchicago.edu
Mon Sep 29 05:33:52 CDT 2008


Author: borja
Date: 2008-09-29 05:33:51 -0500 (Mon, 29 Sep 2008)
New Revision: 526

Modified:
   trunk/doc/manual/gen_html.sh
Log:
Updated manual's HTML generation script to better partition the generated HTML.

Modified: trunk/doc/manual/gen_html.sh
===================================================================
--- trunk/doc/manual/gen_html.sh	2008-09-29 10:33:04 UTC (rev 525)
+++ trunk/doc/manual/gen_html.sh	2008-09-29 10:33:51 UTC (rev 526)
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-latex2html -dir ../../html/manual/ -show_section_numbers -local_icons manual.tex 
+latex2html -split 4 -dir ../../html/manual/ -show_section_numbers -local_icons -toc_depth 3 -link 2 -top_navigation -bottom_navigation manual.tex
 tar cvzf ../../html/downloads/haizea-manual-multiple.tar.gz ../../html/manual
 
-latex2html -split 0 -no_navigation -dir ../../html/manual_single/ -show_section_numbers -local_icons manual.tex 
+latex2html -split 0 -no_navigation -dir ../../html/manual_single/ -show_section_numbers -local_icons -toc_depth 3 manual.tex 
 tar cvzf ../../html/downloads/haizea-manual-single.tar.gz ../../html/manual_single
 #tidy --clean y --doctype "transitional" --output-xhtml y --indent "auto" --wrap "90" --char-encoding "utf8" --logical-emphasis y
 



More information about the Haizea-commit mailing list