doing a rip install of current master I got this error on make:
Compiling rtapi/uspace_posix.cc
../src/config.status --file=../docs/src/man/man1/linuxcnc.1.adoc:../docs/src/man/man1/linuxcnc.1.adoc.in
config.status: creating ../docs/src/man/man1/linuxcnc.1.adoc
Making manpage 5axisgui.1
/bin/bash: line 1: asciidoctor: command not found
make: *** [../docs/src/Submakefile:1040: ../docs/man/man1/5axisgui.1] Error 127
make: *** Waiting for unfinished jobs....
make: Leaving directory '/home/dave/git/linuxcnc-current-master/src'
looks like there might need to be a check for the asciidoctor package.
doing a rip install of current master I got this error on make:
looks like there might need to be a check for the asciidoctor package.