summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2007-04-24 11:08:01 +0000
committerMartin Kraemer <martin@apache.org>2007-04-24 11:08:01 +0000
commitb51f35085d954f963de6619107c3c23aa6fa343f (patch)
treec73b3f5e2a30a0c3f4aea1a0bbde09dc543551f9 /Makefile.in
parentdb86ba91db5ac738cb5b11c1431a0a4f47c2fad6 (diff)
downloadhttpd-b51f35085d954f963de6619107c3c23aa6fa343f.tar.gz
Add forgotten '|| true' to prevent 'make install-man' from returning an error (if rsync is not present on the platform)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bea60bef24..e68c381506 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -210,7 +210,7 @@ install-man:
$(RSYNC) --exclude .svn -rlpt --numeric-ids $(top_srcdir)/docs/manual/ $(DESTDIR)$(manualdir)/; \
else \
cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir); \
- cd $(DESTDIR)$(manualdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null; \
+ cd $(DESTDIR)$(manualdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
fi
install-suexec: