[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Wed Jun 17 02:05:45 UTC 2020
The branch, master has been updated
via beaf19c3 Have --disable-md2man affect the Makefile.
from 0b2a394c Fix /usr/bin/env with script args.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit beaf19c3e79a79af0e9a2afbbcd29ecb4a1a6b90
Author: Wayne Davison <wayne at opencoder.net>
Date: Tue Jun 16 19:05:05 2020 -0700
Have --disable-md2man affect the Makefile.
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
configure.ac | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/Makefile.in b/Makefile.in
index a30d1022..f2173322 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,7 +69,7 @@ CHECK_OBJS=tls.o testrun.o getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.
@OBJ_RESTORE@
.PHONY: all
-all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf man
+all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf @MAKE_MAN@
.PHONY: install
install: all
diff --git a/configure.ac b/configure.ac
index efce10d5..d8f44d6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,8 +92,10 @@ if test x"$enable_md2man" != x"no"; then
You can specify --disable-md2man if you want to skip building them.)
fi
fi
+ MAKE_MAN=man
else
AC_MSG_RESULT(no)
+ MAKE_MAN=''
fi
# Specifically, this turns on panic_action handling.
--
The rsync repository.
More information about the rsync-cvs
mailing list