Changed --8-bit to --8-bit-output.
[rsync/rsync.git] / prepare-source.mak
CommitLineData
a6c5741c 1gen: configure config.h.in proto.h man
2a3f3ba4
WD
2
3configure: configure.in aclocal.m4
4 autoconf
5
6config.h.in: configure.in aclocal.m4
7 autoheader
aa0bec8a 8 touch config.h.in
2a3f3ba4 9
ef4e0d5e 10proto.h: *.c lib/compat.c
2a3f3ba4
WD
11 cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new
12 if diff proto.h proto.h.new >/dev/null; then \
13 rm proto.h.new; \
14 else \
15 mv proto.h.new proto.h; \
16 fi
17
18man: rsync.1 rsyncd.conf.5
19
20rsync.1: rsync.yo
21 yodl2man -o rsync.1 rsync.yo
22
23rsyncd.conf.5: rsyncd.conf.yo
24 yodl2man -o rsyncd.conf.5 rsyncd.conf.yo