diff options
author | Fred Drake <fdrake@acm.org> | 1999-08-02 14:32:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-08-02 14:32:11 (GMT) |
commit | 031e22249942a4fc574d3cce74ed70b0772a4e46 (patch) | |
tree | 5ca47fd667b3ca382b27f744bbe5323bb9eed7b3 /Doc | |
parent | c71b802c47579d4cfb416176b4a63989a9e18fa7 (diff) | |
download | cpython-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.xml | 10 |
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=""> |