New logging categories added to allow differentiation between
[rsync/rsync.git] / prepare-source.mak
1 gen: conf proto.h man
2
3 conf: configure.sh config.h.in
4
5 configure.sh: configure.in aclocal.m4
6         autoconf -o configure.sh
7
8 config.h.in: configure.in aclocal.m4
9         autoheader && touch config.h.in
10
11 proto.h: *.c lib/compat.c
12         perl mkproto.pl *.c lib/compat.c
13
14 man: rsync.1 rsyncd.conf.5
15
16 rsync.1: rsync.yo
17         yodl2man -o rsync.1 rsync.yo
18         -./tweak_manpage rsync.1
19
20 rsyncd.conf.5: rsyncd.conf.yo
21         yodl2man -o rsyncd.conf.5 rsyncd.conf.yo
22         -./tweak_manpage rsyncd.conf.5