summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-08-02 14:32:11 (GMT)
committerFred Drake <fdrake@acm.org>1999-08-02 14:32:11 (GMT)
commit031e22249942a4fc574d3cce74ed70b0772a4e46 (patch)
tree5ca47fd667b3ca382b27f744bbe5323bb9eed7b3 /Doc
parentc71b802c47579d4cfb416176b4a63989a9e18fa7 (diff)
downloadcpython-031e22249942a4fc574d3cce74ed70b0772a4e46.zip
cpython-031e22249942a4fc574d3cce74ed70b0772a4e46.tar.gz
cpython-031e22249942a4fc574d3cce74ed70b0772a4e46.tar.bz2
A few small improvements to the conversion.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sgmlconv/conversion.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml
index 3721fe5..71977b6 100644
--- a/Doc/tools/sgmlconv/conversion.xml
+++ b/Doc/tools/sgmlconv/conversion.xml
@@ -460,10 +460,14 @@
</macro>
<!-- These are handled at a later translation stage, at least for now. -->
- <macro name="Cpp"/>
+ <macro name="Cpp" outputname="">
+ <text>C++</text>
+ </macro>
<macro name="geq"/>
<macro name="LaTeX"/>
- <macro name="ldots"/>
+ <macro name="ldots" outputname="">
+ <text>...</text>
+ </macro>
<macro name="leq"/>
<macro name="TeX"/>
<macro name="version"/>
@@ -596,7 +600,7 @@
<macro name="e" outputname="">
<text>\</text>
</macro>
- <macro name="NULL" outputname="">
+ <macro name="NULL" outputname="constant">
<text>NULL</text>
</macro>
<macro name="POSIX" outputname="">