help-make
[Top][All Lists]
Advanced

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

Re: how to make targets with :: in filename


From: Joost van Baal
Subject: Re: how to make targets with :: in filename
Date: Thu, 23 Nov 2000 10:37:30 +0100
User-agent: Mutt/1.2.5i

Hi,

Just for the record: I think I've found a neater way to solve the '::' 
problems. 
In my Makefile.am, I now have:

 man_MANS = Foo__Bar.3pm Foo__Duh.3pm
 
 transform = s,__,::,

 Foo__%.3pm: %.pm
        pod2man $< $@

The automake (or is it autoconf...?) transform variable seems to be invented
just for this kind of tricks.

Bye,

Joost

-- 
Caught SIGSIG - Sig missing (core dumped)



reply via email to

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