about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-17 18:43:03 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-17 18:43:03 +0000
commit409d4e2b5d4cec3d02e8b377fce5cef0fd16973f (patch)
treee289cfe261139d7870d21380251ddc09fde09c96
parentb6684711fba6652037347029deb2f09ac5342856 (diff)
downloadnetpbm-mirror-409d4e2b5d4cec3d02e8b377fce5cef0fd16973f.tar.gz
netpbm-mirror-409d4e2b5d4cec3d02e8b377fce5cef0fd16973f.tar.xz
netpbm-mirror-409d4e2b5d4cec3d02e8b377fce5cef0fd16973f.zip
Add &apos translation
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4588 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rwxr-xr-xbuildtools/makeman1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/makeman b/buildtools/makeman
index 6ff40aca..641ef856 100755
--- a/buildtools/makeman
+++ b/buildtools/makeman
@@ -247,6 +247,7 @@ def makeman(name, file, indoc):
     indoc = indoc.replace("&mdash;", "-")
     indoc = indoc.replace("&mu;", "mu")
     indoc = indoc.replace("&sigma;", "sigma")
+    indoc = indoc.replace("&apos;", "'")
     # Tables
     # This will not handle rowspan
     indoc = re.sub('(?i) *<table[^>]*>.*', ".TS", indoc)