Ralf Wildenhues wrote: > 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.
And what about the cross-compiling case? 'help2man' bails out with an error if you have modified src/hello.c when cross-compiling: Making all in man make[2]: Entering directory `/savannah/hello/man' /bin/sh /savannah/hello/build-aux/missing --run help2man --name="Friendly Greeting Program" ../src/hello -o hello.1 help2man: can't get `--help' info from ../src/hello make[2]: *** [hello.1] Error 1 make[2]: Leaving directory `/savannah/hello/man' Bruno