summaryrefslogtreecommitdiff
path: root/prepare-source.mak
blob: e7ff9958ece2fc0457d19d05301bb7bc2a9d0e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
gen: conf proto.h man

conf: configure.sh config.h.in

configure.sh: configure.in aclocal.m4
	autoconf -o configure.sh

config.h.in: configure.in aclocal.m4
	autoheader && touch config.h.in

proto.h: *.c lib/compat.c
	perl mkproto.pl *.c lib/compat.c

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