From: Wayne Davison Date: Tue, 24 Oct 2006 16:17:31 +0000 (+0000) Subject: Run tweak_manpage_dashes on the man pages we generate. X-Git-Tag: v2.6.9pre3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9126a861f014d68be61355ccf9bcd808bf7d99f;p=thirdparty%2Frsync.git Run tweak_manpage_dashes on the man pages we generate. --- diff --git a/packaging/release-rsync b/packaging/release-rsync index 5bdfe8d5..d083e6ba 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -176,9 +176,8 @@ foreach my $fn (@tweak_files) { close OUT; } -system "yodl2man -o rsync.1 rsync.yo"; -system "yodl2man -o rsyncd.conf.5 rsyncd.conf.yo"; -#system "perl -pi -e \"s/\\\\\\'/\\\\&'/g\" rsync.1 rsyncd.conf.5"; +system "yodl2man -o rsync.1 rsync.yo; ./tweak_manpage_dashes rsync.1"; +system "yodl2man -o rsyncd.conf.5 rsyncd.conf.yo; ./tweak_manpage_dashes rsyncd.conf.5"; mkdir('patches/tmp') or die $!; system "rsync -a --exclude=patches/ --exclude-from=.cvsignore . patches/tmp/cvsdir/";