summaryrefslogtreecommitdiff
path: root/prepare-source.mak
diff options
context:
space:
mode:
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak15
1 files changed, 0 insertions, 15 deletions
diff --git a/prepare-source.mak b/prepare-source.mak
index e7ff9958..277dd6f2 100644
--- a/prepare-source.mak
+++ b/prepare-source.mak
@@ -1,5 +1,3 @@
-gen: conf proto.h man
-
conf: configure.sh config.h.in
configure.sh: configure.in aclocal.m4
@@ -7,16 +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
- 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