summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-18 17:33:01 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-18 17:33:01 (GMT)
commitc41e1e5f5e6a5970b0ab0efc26646682073c7266 (patch)
treec172df6151688ca1a9b6d5608e820c9dd918dc89 /Doc/tools
parent338da937348554182c1f5a341550a2d5d560662b (diff)
downloadcpython-c41e1e5f5e6a5970b0ab0efc26646682073c7266.zip
cpython-c41e1e5f5e6a5970b0ab0efc26646682073c7266.tar.gz
cpython-c41e1e5f5e6a5970b0ab0efc26646682073c7266.tar.bz2
Remove the "---" to "&mdash;" conversion; this is wrong in verbatim
environments. Move the conversion to esis2sgml.py.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/sgmlconv/fixgenents.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh
index ebc596c..6fa36f4 100755
--- a/Doc/tools/sgmlconv/fixgenents.sh
+++ b/Doc/tools/sgmlconv/fixgenents.sh
@@ -45,5 +45,4 @@ s|<geq>|\&ge;|g
s|<ldots>|\&hellip|g
s|<leq>|\&le;|g
s|<version>|\&version;|g
-s|---|\&mdash;|g
' || exit $?