A couple instant-rsyncd improvements:
[rsync/rsync.git] / prepare-source.mak
index ef27e1e..277dd6f 100644 (file)
@@ -1,5 +1,3 @@
-gen: conf proto.h man
-
 conf: configure.sh config.h.in
 
 configure.sh: configure.in aclocal.m4
@@ -7,21 +5,3 @@ configure.sh: configure.in aclocal.m4
 
 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 2>&1; then \
-         rm proto.h.new; \
-       else \
-         mv proto.h.new proto.h; \
-       fi
-
-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