I have a number of scrips that need to be run when building an application.
 For example, I have a script that minifies javascript and css.  In many
cases it's a real Makefile dependency -- need to run a command to turn one
file into another -- but in some cases don't know the sources of the targets
(i.e. a script just finds all .css files and minifies them) so might just
want to run a command every time "make" is run.

Anyone have examples of how to set this up in Makefile.PL (which uses
Module::Install)?

Thanks,


-- 
Bill Moseley
mose...@hank.org
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to