aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-24 10:54:35 -0800
committerWayne Davison <wayned@samba.org>2007-11-24 10:54:35 -0800
commit225787a4a4c3ed08dade67d057a4a858f6273a10 (patch)
tree4cb5169492318ac1045e30923dc1335b4dcd5d82 /prepare-source.mak
parente107b6b122812d88d531f3826e1a510abe916006 (diff)
downloadandroid_external_rsync-225787a4a4c3ed08dade67d057a4a858f6273a10.tar.gz
android_external_rsync-225787a4a4c3ed08dade67d057a4a858f6273a10.tar.bz2
android_external_rsync-225787a4a4c3ed08dade67d057a4a858f6273a10.zip
Made the (re-)building of the proto.h file automatic in the
main Makefile rules, and the (re-)building of the man pages automatic if yodl2man is present.
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