From 4c5e533693be2f1e713542078e9f5a86ec13f065 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 25 Nov 1998 19:28:02 +0000 Subject: [PATCH] Do the right stuff to convert what was originally \e, \ldots, and --- in the LaTeX sources. --- Doc/tools/sgmlconv/fixgenents.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 220e35669d..8d5f1219ef 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -22,4 +22,7 @@ s||\&EOF;|g s||\&NULL;|g s||\&POSIX;|g s||\&UNIX;|g +s||\\|g +s||\&hellip|g +s|---|\—|g ' || exit $? -- 2.50.1