diff options
Diffstat (limited to 'Doc/tools')
-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"> |