about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-07-02 14:20:22 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-07-02 14:20:22 +0000
commitaf1b9ede079b484e227214c7baf7f7fb31f282ae (patch)
treed90e699f08dd7b140def103332cdeaa7a33fd46c /buildtools
parentab4ae9c9833ba4c088857c27290519fe20fc19d0 (diff)
downloadnetpbm-mirror-af1b9ede079b484e227214c7baf7f7fb31f282ae.tar.gz
netpbm-mirror-af1b9ede079b484e227214c7baf7f7fb31f282ae.tar.xz
netpbm-mirror-af1b9ede079b484e227214c7baf7f7fb31f282ae.zip
Reverse commit 2449 - creates Python syntax error
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2597 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/makeman1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/makeman b/buildtools/makeman
index 9b2653bf..94ee2172 100755
--- a/buildtools/makeman
+++ b/buildtools/makeman
@@ -208,7 +208,6 @@ def makeman(name, file, indoc):
     # Special characters
     indoc = indoc.replace("&quot;", "'")
     indoc = indoc.replace("&nbsp;", "\\ ")
-    indoc = indoc.replace("\", "\\\\")
     # Tables
     indoc = re.sub(' *<table[^>]*>.*', ".TS", indoc)
     indoc = re.sub(" *</table>.*", ".TE", indoc)