X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/350879d8d1b200e160fa398e7571de5c70ef1e85..564dc9941eef5f1835d69aa0de888906ee5d60ca:/prepare-source.mak diff --git a/prepare-source.mak b/prepare-source.mak index 8a6fd905..9acd3e4c 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -1,14 +1,16 @@ -gen: configure config.h.in proto.h man +gen: gen_no_man man -configure: configure.in aclocal.m4 - autoconf +gen_no_man: configure.sh config.h.in proto.h + +configure.sh: configure.in aclocal.m4 + autoconf -o configure.sh config.h.in: configure.in aclocal.m4 autoheader && touch config.h.in proto.h: *.c lib/compat.c cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new - if diff proto.h proto.h.new >/dev/null; then \ + if diff proto.h proto.h.new >/dev/null 2>&1; then \ rm proto.h.new; \ else \ mv proto.h.new proto.h; \ @@ -18,6 +20,8 @@ man: rsync.1 rsyncd.conf.5 rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo + -./tweak_manpage rsync.1 rsyncd.conf.5: rsyncd.conf.yo yodl2man -o rsyncd.conf.5 rsyncd.conf.yo + -./tweak_manpage rsyncd.conf.5