help-make
[Top][All Lists]
Advanced

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

Re: generating


From: Mathieu Zhang
Subject: Re: generating
Date: Sat, 19 Dec 2009 15:14:22 -0800 (PST)

> Calling funcmktexdep macro returns the text of the macro definition, 
> rather than executing the definition. To execute that text $(eval text) 
> is needed.
> 
> Try this:
> 
> %.pdf : $$(eval $$(call funcmktexdep,$$(subst pdf,tex,$$@)))
> 
> -- 
> Max

I see, since funcmktexdep just return a bunch of shell command, turns out that

%.pdf : $$(shell $$(call funcmktexdep,$$(subst pdf,tex,$$@)))

works

--MZ


      




reply via email to

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