From ee7cf95b13593df25e09fbe0a10a8727d9b33c1b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 24 Oct 2006 00:33:32 +0000 Subject: [PATCH] Post-process manpages with the tweak_manpage_dashes perl script. --- prepare-source.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare-source.mak b/prepare-source.mak index 8a6fd905..c512140e 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -18,6 +18,8 @@ man: rsync.1 rsyncd.conf.5 rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo + -./tweak_manpage_dashes rsync.1 rsyncd.conf.5: rsyncd.conf.yo yodl2man -o rsyncd.conf.5 rsyncd.conf.yo + -./tweak_manpage_dashes rsyncd.conf.5 -- 2.34.1