Imported Upstream version 1.1
[platform/upstream/syncevolution.git] / src / syncevo / readme2c.pl
index 4321a4d..b0693b0 100644 (file)
@@ -14,6 +14,9 @@ s/::/:/g;
 # avoid special \-- which was necessary for some options
 s/^\\--/--/gm;
 
+# remove escape sequence
+s/\\\*/*/g;
+
 # extract parts
 /SYNOPSIS\n===+\n\n(.*?)\nDESCRIPTION/s || die "no synopsis";
 my $synopsis = $1;