X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a6c5741c37d846abdc82af6ccd9ed35cb28fc0d2..27999abab48979c7306a1c335f8e264c6c200457:/prepare-source.mak diff --git a/prepare-source.mak b/prepare-source.mak index 137a71c9..3728be88 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -4,9 +4,9 @@ configure: configure.in aclocal.m4 autoconf config.h.in: configure.in aclocal.m4 - autoheader + autoheader && touch config.h.in -proto.h: +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 \ rm proto.h.new; \ @@ -18,6 +18,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