In mplex_write(), make extra sure something unexpected doesn't get
[rsync.git] / prepare-source.mak
blob3728be881a05d592c40462aebf9406df34b30bfc
1 gen: configure config.h.in proto.h man
3 configure: configure.in aclocal.m4
4 autoconf
6 config.h.in: configure.in aclocal.m4
7 autoheader && touch config.h.in
9 proto.h: *.c lib/compat.c
10 cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new
11 if diff proto.h proto.h.new >/dev/null; then \
12 rm proto.h.new; \
13 else \
14 mv proto.h.new proto.h; \
17 man: rsync.1 rsyncd.conf.5
19 rsync.1: rsync.yo
20 yodl2man -o rsync.1 rsync.yo
21 -./tweak_manpage rsync.1
23 rsyncd.conf.5: rsyncd.conf.yo
24 yodl2man -o rsyncd.conf.5 rsyncd.conf.yo
25 -./tweak_manpage rsyncd.conf.5