make[2]: Entering directory `/home/ragnarok/workspace/pac-dev/src/pacman/doc' make[2]: *** No rule to make target `pacman.8', needed by `all-am'. Stop. make[2]: Leaving directory `/home/ragnarok/workspace/pac-dev/src/pacman/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ragnarok/workspace/pac-dev/src/pacman' make: *** [all] Error 2 This happens everytime i try to compile, with or without asciidoc and with or whitout doxygen. Attached is a patch that solves the problem and compiles with asciidoc and doxygen and without them. Signed-off-by: Stefano Esposito <stefano.esposito87@gmail.com> -- doc/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) P.S. for Dan: i've chmodded +x the pre-commit hook, thanks for your hints :) -- Stefano Esposito <stefano.esposito87@gmail.com>