aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-09 19:31:20 +0000
committerWayne Davison <wayned@samba.org>2007-11-09 19:31:20 +0000
commit7f3b529367e327eb40abe0b4acb394de7d0b2932 (patch)
treef36279c7a091b43ca74b27dffbfbecf785864c78 /Makefile.in
parent6228239894e946546d7ff33a576453ed4fca04f2 (diff)
downloadandroid_external_rsync-7f3b529367e327eb40abe0b4acb394de7d0b2932.tar.gz
android_external_rsync-7f3b529367e327eb40abe0b4acb394de7d0b2932.tar.bz2
android_external_rsync-7f3b529367e327eb40abe0b4acb394de7d0b2932.zip
Tweaked gensend to upload man pages too.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d398ef09..c03ece48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,6 +26,7 @@ VERSION=@VERSION@
.SUFFIXES:
.SUFFIXES: .c .o
+GENFILES=configure.sh config.h.in proto.h rsync.1 rsyncd.conf.5
HEADERS=byteorder.h config.h errcode.h proto.h rsync.h ifuncs.h lib/pool_alloc.h
LIBOBJ=lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/md5.o \
lib/permstring.o lib/pool_alloc.o lib/sysacls.o lib/sysxattrs.o @LIBOBJS@
@@ -107,7 +108,7 @@ gen:
cd $(srcdir) && $(MAKE) -f prepare-source.mak gen
gensend: gen
- rsync -aivzc configure.sh config.h.in proto.h samba.org:/home/ftp/pub/rsync/generated-files/
+ rsync -aivzc $(GENFILES) samba.org:/home/ftp/pub/rsync/generated-files/
man:
cd $(srcdir) && $(MAKE) -f prepare-source.mak man
@@ -131,7 +132,7 @@ distclean: clean
rm -f config.cache config.log
rm -f $(srcdir)/config.cache $(srcdir)/config.log
rm -f shconfig $(srcdir)/shconfig
- rm -f configure.sh config.h.in proto.h rsync.1 rsyncd.conf.5
+ rm -f $(GENFILES)
# this target is really just for my use. It only works on a limited
# range of machines and is used to produce a list of potentially