Jack Bates <[email protected]> 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 try:

dist:: man

although I'm not positive that's portable to every make.

-- 
Russ Allbery ([email protected])              <http://www.eyrie.org/~eagle/>

Reply via email to