summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-01-18 23:01:48 -0800
committerWayne Davison <wayne@opencoder.net>2022-01-18 23:13:22 -0800
commit08c8375acb2a6a34b5abbadaaed1e7cd9dbbb0d8 (patch)
treed939f011385967de7c031b465f342f533107a091 /configure.ac
parent824a057935ecb0565babc5c865df5906f2637626 (diff)
downloadrsync-08c8375acb2a6a34b5abbadaaed1e7cd9dbbb0d8.tar.gz
Tweak rrsync rules in the Makefile.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1e1bcc78..7031283a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,6 +142,7 @@ if test x"$with_rrsync" != x"yes"; then
else
MAKE_RRSYNC='rrsync'
MAKE_RRSYNC_1='rrsync.1'
+ GEN_RRSYNC='rrsync.1 rrsync.1.html'
fi
AC_SUBST(with_rrsync)
@@ -1257,6 +1258,7 @@ AC_SUBST(BUILD_POPT)
AC_SUBST(BUILD_ZLIB)
AC_SUBST(MAKE_RRSYNC)
AC_SUBST(MAKE_RRSYNC_1)
+AC_SUBST(GEN_RRSYNC)
AC_SUBST(MAKE_MAN)
AC_CHECK_FUNCS(_acl __acl _facl __facl)