>>> "Bob" == Bob Proulx <[EMAIL PROTECTED]> writes:

[...]

 Bob> example.8: src/example
 Bob>    help2man --output=example.8 ./src/example

[...]

 Bob> But it requires help2man as a build dependency
 Bob> which may not exist on a developer system.  

Every time a user unpack your tarball and run make, src/example
is built.  So src/example is new, and the above rule will
_always_ be triggered.  So help2man'd better exist... 

You get this distcheck failure because you are rebuilding a
distributed file.

[...]
-- 
Alexandre Duret-Lutz


Reply via email to