diff options
| author | Fred Drake <fdrake@acm.org> | 1999-01-29 16:29:25 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-01-29 16:29:25 +0000 |
| commit | fdfd50f8150354b10cc72f2113537fa7d233a1b2 (patch) | |
| tree | 07f4f7bce78a6181eab3e80e1c7a59325241eabb /Doc/tools | |
| parent | 53ea134aa80064180c3b6f7b656a639d60f6142f (diff) | |
| download | cpython-git-fdfd50f8150354b10cc72f2113537fa7d233a1b2.tar.gz | |
Convert <version> to &version;.
Diffstat (limited to 'Doc/tools')
| -rwxr-xr-x | Doc/tools/sgmlconv/fixgenents.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 070dd52992..ebc596c444 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -30,6 +30,7 @@ s|<e/>|\\|g s|<geq/>|\≥|g s|<ldots/>|\&hellip|g s|<leq/>|\≤|g +s|<version/>|\&version;|g s|<ABC>|ABC|g s|<ASCII>|ASCII|g s|<C>|C|g @@ -43,5 +44,6 @@ s|<e>|\\|g s|<geq>|\≥|g s|<ldots>|\&hellip|g s|<leq>|\≤|g +s|<version>|\&version;|g s|---|\—|g ' || exit $? |
