编译安装rsync出现yodl2man was not found表示什么意思?

编译安装rsync,按照如下步骤进行的:

wget https://download.samba.org/pub/rsync/src/rsync-3.1.2.tar.gz
tar -zxvf rsync-3.1.2.tar.gz
cd rsync-3.1.2
./configure
make
make install

在进行./configure这一步时,出现如下信息:yodl2man was not found表示什么意思?需要做点什么吗?

rsync 3.1.2 configuration successful
Note that yodl2man was not found, so pre-existing manpage files will be
used w/o change (if available) -- no .yo file changes will be used.
阅读 5k
1 个回答

yold2man 提供了生成 man 的一种方式,估计有没有它影响不大。如果不报错就不用管,报错就把 ./configure 后面加上去掉 doc 的参数,不生成帮助文件。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题