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
答案1
asciidoc-base
缺少该软件包。请通过 安装sudo apt install asciidoc-base
。