diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/mdwn2man | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man index a29ce649e..df6e34e57 100755 --- a/Build/mdwn2man +++ b/Build/mdwn2man @@ -20,6 +20,7 @@ while (<>) { s/^[ \n]+//; s/^\t/ /; s/-/\\-/g; + s/git\-annex/git-annex/g; s/^Warning:.*//g; s/^$/.PP\n/; s/^\*\s+(.*)/.IP "$1"/; |