If I do an out-of-tree build of rsync without md2man working then the manpages don't get installed when build from tarball, which ships pre-generated manpages.
This is because the Makefile's install rule looks in the build directory for rsync.1 but it doesn't exist, it's in the source directory.
If I do an out-of-tree build of rsync without md2man working then the manpages don't get installed when build from tarball, which ships pre-generated manpages.
This is because the Makefile's
installrule looks in the build directory forrsync.1but it doesn't exist, it's in the source directory.