make命令在未使用变量警告下成功运行,但是make docs返回以下错误
a2x --format manpage man/compton.1.asciidoc
make: a2x: Command not found
Makefile:146: recipe for target 'man/compton.1' failed
make: *** [man/compton.1] Error 127发布于 2020-05-26 15:07:49
asciidoc-base包丢失了。通过sudo apt install asciidoc-base安装它。
https://askubuntu.com/questions/1243876
复制相似问题