commit | 4c5e533693be2f1e713542078e9f5a86ec13f065 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Nov 25 19:28:02 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Nov 25 19:28:02 1998 +0000 |
tree | 9ebadcec94bef2cdf40b555e526166d342b889f8 | |
parent | d03268feaa76ffb6afd68ca921efdf271bcf5709 [diff] [blame] |
Do the right stuff to convert what was originally \e, \ldots, and --- in the LaTeX sources.
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index 220e356..8d5f121 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh
@@ -22,4 +22,7 @@ s|<NULL/>|\&NULL;|g s|<POSIX/>|\&POSIX;|g s|<UNIX/>|\&UNIX;|g +s|<e/>|\\|g +s|<ldots/>|\&hellip|g +s|---|\—|g ' || exit $?