This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: files left after distclean: How to clean those?


>>> "Bob" == Bob Proulx <bob@proulx.com> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]