]> granicus.if.org Git - python/commitdiff
Do the right stuff to convert what was originally \e, \ldots, and ---
authorFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 19:28:02 +0000 (19:28 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 19:28:02 +0000 (19:28 +0000)
in the LaTeX sources.

Doc/tools/sgmlconv/fixgenents.sh

index 220e35669d29847ca91c74ffb8b6f3162c46cfc6..8d5f1219ef3db10a60c7fc1305f84bb06d06a554 100755 (executable)
@@ -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 $?