[Python-checkins] CVS: python/dist/src/Doc/tools mkhtml.sh,1.10.4.1,1.10.4.2

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 6 Mar 2000 11:59:26 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/tools
In directory weyr:/home/fdrake/projects/python/Doc-152p2/tools

Modified Files:
      Tag: release152p1-patches
	mkhtml.sh 
Log Message:

Add the links from the top of each document to the index of all
documents.  Only effects the manuals, not the howtos (doc, mac).


Index: mkhtml.sh
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/tools/mkhtml.sh,v
retrieving revision 1.10.4.1
retrieving revision 1.10.4.2
diff -C2 -r1.10.4.1 -r1.10.4.2
*** mkhtml.sh	2000/02/16 18:50:09	1.10.4.1
--- mkhtml.sh	2000/03/06 16:59:23	1.10.4.2
***************
*** 36,39 ****
--- 36,41 ----
  latex2html \
   -no_auto_link \
+  -up_url '../index.html' \
+  -up_title 'Documentation Index' \
   -init_file $srcdir/perl/l2hinit.perl \
   -address '<hr>Send comments on this document to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' \