Document the changed name of --no-i-r.
[rsync/rsync.git] / prepare-source.mak
index 137a71c..3728be8 100644 (file)
@@ -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