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 [email protected]
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
