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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 23 Mar 2001 08:29:08 -0800


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

Modified Files:
	conversion.xml 
Log Message:

Add conversions for more of the markup -- not all of this was around when
this file was written!


Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** conversion.xml	2000/11/22 16:45:19	1.10
--- conversion.xml	2001/03/23 16:29:06	1.11
***************
*** 42,49 ****
      <attribute name="num"/>
      </macro>
!   <macro name="sectionauthor">
      <attribute name="name"/>
      <attribute name="email"/>
      </macro>
    <macro name="shortversion"/>
    <macro name="versionadded">
--- 42,55 ----
      <attribute name="num"/>
      </macro>
!   <macro name="sectionauthor" outputname="author">
      <attribute name="name"/>
      <attribute name="email"/>
      </macro>
+   <macro name="author">
+     <attribute name="name"/>
+     </macro>
+   <macro name="authoraddress">
+     <content/>
+     </macro>
    <macro name="shortversion"/>
    <macro name="versionadded">
***************
*** 94,97 ****
--- 100,106 ----
      <attribute name="name"/>
      </environment>
+   <macro name="dataline">
+     <attribute name="name"/>
+     </macro>
    <environment name="excdesc">
      <attribute name="name"/>
***************
*** 264,267 ****
--- 273,281 ----
      </macro>
  
+   <macro name="usepackage">
+     <attribute name="options" optional="yes"/>
+     <attribute name="pkg"/>
+     </macro>
+ 
    <environment name="document"
                 endcloses="chapter chapter* section section*
***************
*** 551,554 ****
--- 565,582 ----
    <macro name="version"/>
  
+   <!-- Distutils things. -->
+   <macro name="command">
+     <content/>
+     </macro>
+   <macro name="option">
+     <content/>
+     </macro>
+   <macro name="filevar" outputname="var">
+     <content/>
+     </macro>
+   <macro name="XXX" outputname="editorial-comment">
+     <content/>
+     </macro>
+ 
    <!-- Misc. -->
    <macro name="emph">
***************
*** 632,635 ****
--- 660,666 ----
      </macro>
    <macro name="programopt" outputname="option">
+     <content/>
+     </macro>
+   <macro name="longprogramopt" outputname="longoption">
      <content/>
      </macro>