summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-25 19:28:02 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-25 19:28:02 (GMT)
commit4c5e533693be2f1e713542078e9f5a86ec13f065 (patch)
tree9ebadcec94bef2cdf40b555e526166d342b889f8
parentd03268feaa76ffb6afd68ca921efdf271bcf5709 (diff)
downloadcpython-4c5e533693be2f1e713542078e9f5a86ec13f065.zip
cpython-4c5e533693be2f1e713542078e9f5a86ec13f065.tar.gz
cpython-4c5e533693be2f1e713542078e9f5a86ec13f065.tar.bz2
Do the right stuff to convert what was originally \e, \ldots, and ---
in the LaTeX sources.
-rwxr-xr-xDoc/tools/sgmlconv/fixgenents.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh
index 220e356..8d5f121 100755
--- a/Doc/tools/sgmlconv/fixgenents.sh
+++ b/Doc/tools/sgmlconv/fixgenents.sh
@@ -22,4 +22,7 @@ s|<EOF/>|\&EOF;|g
s|<NULL/>|\&NULL;|g
s|<POSIX/>|\&POSIX;|g
s|<UNIX/>|\&UNIX;|g
+s|<e/>|\&bsol;|g
+s|<ldots/>|\&hellip|g
+s|---|\&mdash;|g
' || exit $?