Steve Bertrand wrote: > Hi all, > > I'm trying to customize a Makefile.PL with a custom install target. > > What I'd like is to have a 'make install', but have it ONLY install the > .pm files. It's becoming a pain to have to install everything with every > small change ;) > > I don't quite understand how I can override the install target to do > this, without having to manually enter the destination directory. I was > hoping there was a way to say something like "make install modules", and > it knew where to put the files, much like "make install" just knows to > copy them into site_perl. > > Any tips on what I'm missing, or a name of a project/module with a > Makefile.PL that achieves what I want would be most appreciated. > > My current Makefile.PL (apologies if the link is broken). Line 104 is > where the targets begin: >
http://ibctech.ca/Makefile.PL ...instead. > > Cheers, > > Steve > -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/