On 06/09/14 02:20, Jack Bates wrote:
How do I make another target a prerequisite of the dist target?
I want my "man" target to be a prerequisite of the dist target,
so when I run "$ make dist" it calls my "man" target.
EXTRA_DIST is not working directly, I suppose, but I would still try
that p
Jack Bates <5jf...@nottheoilrig.com> writes:
> How do I make another target a prerequisite of the dist target?
> I want my "man" target to be a prerequisite of the dist target,
> so when I run "$ make dist" it calls my "man" target.
dist-hook unfortunately doesn't run when you want. You could tr
How do I make another target a prerequisite of the dist target?
I want my "man" target to be a prerequisite of the dist target,
so when I run "$ make dist" it calls my "man" target.