* Bruno Haible wrote on Tue, Aug 22, 2006 at 02:15:36PM CEST: > Making all in man > /bin/sh /Users/bruno/data/work/hello-2.1.91/build-aux/missing --run help2man > --name="Friendly Greeting Program" ../src/hello >hello.1 > /Users/bruno/data/work/hello-2.1.91/build-aux/missing: line 46: help2man: > command not found > WARNING: `help2man' is missing on your system. You should only need it if > you modified a dependency of a manual page. You may need the > `Help2man' package in order for those modifications to take > effect. You can get `Help2man' from any GNU archive site. > make[2]: *** [hello.1] Error 1
This should only be an error if `missing' cannot guess the output file name. The fix is to use the flag -o or --output, to help `missing' to infer. Cheers, Ralf