[Python-checkins] CVS: python/dist/src/Doc/ext ext.tex,1.68.2.5,1.68.2.6

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 16 Feb 2000 12:25:43 -0500 (EST)


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

Modified Files:
      Tag: release152p1-patches
	ext.tex 
Log Message:

Revised link to old "dynamic linking" chapter to the much-changed
document structure.  Thanks to Peter Funk <pf@artcom-gmbh.de>.

Slight changes to markup.


Index: ext.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.68.2.5
retrieving revision 1.68.2.6
diff -C2 -r1.68.2.5 -r1.68.2.6
*** ext.tex	2000/01/18 22:36:19	1.68.2.5
--- ext.tex	2000/02/16 17:25:40	1.68.2.6
***************
*** 455,460 ****
  compiling and linking it with the Python system.  If you use dynamic
  loading, the details depend on the style of dynamic loading your
! system uses; see the chapter ``Dynamic Loading'' for more information
! about this.
  
  If you can't use dynamic loading, or if you want to make your module a
--- 455,462 ----
  compiling and linking it with the Python system.  If you use dynamic
  loading, the details depend on the style of dynamic loading your
! system uses; see the chapters about building extension modules on
! \UNIX{} (chapter \ref{building-on-unix}) and Windows (chapter
! \ref{building-on-windows}) for more information about this.
! % XXX Add information about MacOS  
  
  If you can't use dynamic loading, or if you want to make your module a