[Python-checkins] CVS: python/dist/src/Doc/html Makefile,1.40,1.41

Fred L. Drake python-dev@python.org
Tue, 09 Jan 2001 14:02:12 -0800


Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv20761/html

Modified Files:
	Makefile 
Log Message:

Added a --global-module-index option to specify a (possibly relative) URL
to the Global Module Index for a set of documents.  This is used to include
a reference to the global index from the per-document module indexes, so
that it is just a little easier to find.

(Someone suggested this, but I do not remember who.  Please let me know if
it was you -- thanks!)


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** Makefile	2000/10/25 16:12:04	1.40
--- Makefile	2001/01/09 22:02:09	1.41
***************
*** 15,19 ****
  MKHOWTO=   $(TOOLSDIR)/mkhowto --about $(TOPDIR)/html/stdabout.dat \
  		--address $(PYTHONDOCS) --up-link ../index.html \
! 		--up-title "Python Documentation Index"
  MKHTML=	   $(MKHOWTO) --html
  
--- 15,20 ----
  MKHOWTO=   $(TOOLSDIR)/mkhowto --about $(TOPDIR)/html/stdabout.dat \
  		--address $(PYTHONDOCS) --up-link ../index.html \
! 		--up-title "Python Documentation Index" \
! 		--global-module-index "../modindex.html"
  MKHTML=	   $(MKHOWTO) --html