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)
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make