From: Fred Drake Date: Mon, 2 Aug 1999 14:32:46 +0000 (+0000) Subject: This doesn't need to do nearly as much for the new conversion, so X-Git-Tag: v1.6a1~1044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d158b85896d7105cd6452e677155b4530563508b;p=python This doesn't need to do nearly as much for the new conversion, so simplify. --- diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 6fa36f4503..41e9e3f5d1 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -17,32 +17,8 @@ if [ "$1" ]; then fi sed ' -s||ABC|g -s||ASCII|g -s||C|g -s||C++|g -s||EOF|g -s||LaTeX|g -s||NULL|g -s||POSIX|g -s||Unix|g -s||\\|g s||\≥|g -s||\&hellip|g s||\≤|g -s||\&version;|g -s||ABC|g -s||ASCII|g -s||C|g -s||C++|g -s||EOF|g -s||LaTeX|g -s||NULL|g -s||POSIX|g -s||Unix|g -s||\\|g s||\≥|g -s||\&hellip|g s||\≤|g -s||\&version;|g ' || exit $?