automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dist prerequisites


From: Russ Allbery
Subject: Re: dist prerequisites
Date: Fri, 05 Sep 2014 18:26:10 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Jack Bates <address@hidden> 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 (address@hidden)              <http://www.eyrie.org/~eagle/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]