From: Fred Drake Date: Thu, 10 Dec 1998 04:56:00 +0000 (+0000) Subject: Handle SGML variant as well as XML variant. SGML is *much* more X-Git-Tag: v1.5.2b1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c166331cd3b5c33c69220e82678b47f983b333d2;p=thirdparty%2FPython%2Fcpython.git Handle SGML variant as well as XML variant. SGML is *much* more likely to be used. --- diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 0503d7bfee3b..fc825c8ed454 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -29,5 +29,17 @@ s||\\|g s||\≥|g s||\&hellip|g s||\≤|g +s||\&ABC;|g +s||\&ASCII;|g +s||\&C;|g +s||\&Cpp;|g +s||\&EOF;|g +s||\&NULL;|g +s||\&POSIX;|g +s||\&UNIX;|g +s||\\|g +s||\≥|g +s||\&hellip|g +s||\≤|g s|---|\—|g ' || exit $?