Author: Peter Samuelson
Date: 2023-08-30
Bug-Debian: https://bugs.debian.org/1050875
Description: Escape hyphens in manpage

--- feh-3.10/man/Makefile~	2023-04-06 09:19:59.000000000 -0500
+++ feh-3.10/man/Makefile	2023-08-30 11:35:13.557736015 -0500
@@ -15,6 +15,7 @@
 	-e 's/\$$MAN_INOTIFY\$$/${MAN_INOTIFY}/' \
 	-e 's/\$$MAN_MAGIC\$$/${MAN_MAGIC}/' \
 	-e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \
+	-e '/^\(\.Cm\|\.[A-Z][a-z].* Cm\)/{ s/ -\([^ ]\)/ \\-\1/g; s/\(\\-[^ \-]*\)-/\1\\-/g; s/\(\\-[^ \-]*\)-/\1\\-/g }' \
 	< ${@:.1=.pre} > $@
 
 clean:
