Hi Zunbeltz, "Zunbeltz Izaola" <[EMAIL PROTECTED]> writes:
> I what to wirte a pattern rule similar to > > %.pdf : something > mptopdf $< > > where someting tramsform names like foo-[0-9]*.pdf to foo.mp You can use the secondary expansion in implicit pattern rules feature which was added in GNU make 3.81. Check the manual for details. hth, -boris _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
