Hello Karel, Am Di., 23. März 2021 um 21:07 Uhr schrieb Mario Blättermann <mario.blaettermann@xxxxxxxxx>: > > [...] > It works until it reaches the first man page link: > > GEN lib/terminal-colors.d.5 > GEN libuuid/man/uuid.3 > GEN libuuid/man/uuid_clear.3 > GEN libuuid/man/uuid_compare.3 > GEN libuuid/man/uuid_copy.3 > GEN libuuid/man/uuid_generate.3 > GEN libuuid/man/uuid_is_null.3 > GEN libuuid/man/uuid_parse.3 > GEN libuuid/man/uuid_time.3 > GEN libuuid/man/uuid_unparse.3 > GEN libuuid/man/uuid_generate_random.3 > asciidoctor: FAILED: input file ./libuuid/man/uuid_generate_random.3.adoc is mis > sing > > BTW, it also produces HTML versions of the man pages, which are not in > .gitignore. Is it intended to also install HTML versions? > I found the problem, at least partially. A backslash was missing in Makefile.am, and now "make gen-man" creates *roff man pages, as expected. However, it stops here: GEN sys-utils/swapoff.8 asciidoctor: FAILED: input file ./sys-utils/swapoff.8.adoc is missing make: *** [Makefile:15942: sys-utils/swapoff.8] Fehler 1 But I'm wondering why it doesn't complain about the other symlinks in libuuid etc, and it didn't stop until the sys-utils directory has been reached. Best Regards, Mario