Hello, I do have a problem with the Makefile (in "common") and maybe some of you have more experience with it.
In the latest dev version, the Makefile in "common" [1] does call a script named "build_manpages.sh" [2]. That script does call "asciidoctor". If "asciidoctor" is not installed that script gives an error message (and "exit 1"). I do see this error message when calling "./configure & make". But "make" itself does not recognize that error. The exit code of "make" does not indicate that there was an error. If there are other errors while "make" is running the last message usually will look like this: make: *** [Makefile:19: install] Error 2 But when that error about the missing asciidoctor occur make does not give that error message at the end. I don't know what I am doing wrong. I think I miss some shell magic and Unix basics here. ;) Regards, Christian Buhtz [1] -- <https://github.com/bit-team/backintime/blob/74e2030e017f9126eb5b75c643c12413c11b52dc/common/configure#L261-L267> [2] -- <https://github.com/bit-team/backintime/blob/dev/doc/manpages/build_manpages.sh> _______________________________________________ Bit-dev mailing list -- bit-dev@python.org To unsubscribe send an email to bit-dev-le...@python.org https://mail.python.org/mailman3//lists/bit-dev.python.org Member address: arch...@mail-archive.com