Ralf Wildenhues wrote:
However, I suspect I won't be able to adapt rules such as

%.lang.texinfo: $(top_srcdir)/tests/%.lang

will I?

You can try playing with VPATH.  But note that Automake uses VPATH for
$(srcdir) so you may find it less error-prone to just put the %.lang
files in $(srcdir).

the problem is that I have the lang files in some directories and I must be able to process them from the directory I am in now... with %. there was no problem... but now I guess I have to write each rule explicitly...

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134     (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Reply via email to