[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.23,1.24

Fred L. Drake fdrake@users.sourceforge.net
Fri, 30 Nov 2001 11:06:20 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv32478/tools/sgmlconv

Modified Files:
	conversion.xml 
Log Message:
Added two new conversion specifications.

Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** conversion.xml	2001/10/25 15:14:57	1.23
--- conversion.xml	2001/11/30 19:06:18	1.24
***************
*** 191,194 ****
--- 191,197 ----
  
    <!-- "See also:" sections. -->
+   <environment name="seealso*" outputname="seealso">
+     <attribute name="sidebar">no</attribute>
+     </environment>
    <macro name="seemodule">
      <!-- this causes the optional parameter to \seemodule to be
***************
*** 820,823 ****
--- 823,830 ----
      </macro>
    <macro name="sum">
+     <content/>
+     </macro>
+ 
+   <macro name="leftline" outputname="">
      <content/>
      </macro>