diff options
author | Fred Drake <fdrake@acm.org> | 1999-11-09 19:33:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-11-09 19:33:24 (GMT) |
commit | 91f31eab1cfae252c95dc310515ab48e63e78153 (patch) | |
tree | 4d9caf9037bd956a1fc01037ea2ed3afd14a4eb6 /Doc/tools/sgmlconv/conversion.xml | |
parent | d290c1089047737437c20787afc6e6ea40ee21a6 (diff) | |
download | cpython-91f31eab1cfae252c95dc310515ab48e63e78153.zip cpython-91f31eab1cfae252c95dc310515ab48e63e78153.tar.gz cpython-91f31eab1cfae252c95dc310515ab48e63e78153.tar.bz2 |
Added citetitle and programopt.
Made var get renamed to varname (more like DocBook).
Other names should probably be changed as well; still waiting for the
DocBook book to arrive.
Diffstat (limited to 'Doc/tools/sgmlconv/conversion.xml')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index e6bf679..4740c96 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -34,6 +34,10 @@ <attribute name="name"/> <attribute name="email"/> </macro> + <macro name="citetitle"> + <attribute name="href" optional="yes"/> + <content/> + </macro> <macro name="rfc"> <attribute name="num"/> </macro> @@ -559,10 +563,13 @@ <macro name="program"> <content/> </macro> + <macro name="programopt"> + <content/> + </macro> <macro name="regexp"> <content/> </macro> - <macro name="var"> + <macro name="var" outputname="varname"> <content/> </macro> <macro name="email"> |