On Tue, Apr 24, 2007 at 10:56:15AM -0000, Martin Kraemer wrote: > Author: martin > Date: Tue Apr 24 03:56:14 2007 > New Revision: 531875 > > URL: http://svn.apache.org/viewvc?view=rev&rev=531875 Log: Add > forgotten '||true' to prevent 'make install-man' from returning an > error if rsync is not present on the platform
If rsync isn't present how did you fall through to this path?
if test -d $(htdocs-srcdir) && test "x$(RSYNC)" != "x" &&
test -x $(RSYNC) ; then \
What failure did you see?
joe
