summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-04-28 18:50:21 -0700
committerWayne Davison <wayned@samba.org>2011-04-28 18:50:21 -0700
commit3ed84dbc983a218ca1b7d49b0926c453784e3a45 (patch)
treefe2dfa5656441b30107fffcd253d3b9d1978008a /Makefile.in
parent03080929146656daf4bdc164e4215bbadcbaa5e1 (diff)
downloadrsync-3ed84dbc983a218ca1b7d49b0926c453784e3a45.tar.gz
Don't die if man-copy fails.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 84b7ca43..e3ee747c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -184,8 +184,8 @@ proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c config.h
man: rsync.1 rsyncd.conf.5 man-copy
man-copy:
- @if test -f rsync.1; then :; else echo 'Copying srcdir rsync.1'; cp -p $(srcdir)/rsync.1 .; fi
- @if test -f rsyncd.conf.5; then :; else echo 'Copying srcdir rsyncd.conf.5'; cp -p $(srcdir)/rsyncd.conf.5 .; fi
+ @-if test -f rsync.1; then :; else echo 'Copying srcdir rsync.1'; cp -p $(srcdir)/rsync.1 .; fi
+ @-if test -f rsyncd.conf.5; then :; else echo 'Copying srcdir rsyncd.conf.5'; cp -p $(srcdir)/rsyncd.conf.5 .; fi
rsync.1: rsync.yo
yodl2man -o rsync.1 $(srcdir)/rsync.yo