in reply to seeking Makefile.PL wisdom -- how to install non-PM file?
I usually do something like that:
postamble(<<"END_MAKEFILE"); config :: \t\$(NOECHO) \$(MOD_INSTALL) \\ \t\t\"$dir\" \$(INST_AUTODIR) END_MAKEFILE
where $dir is a directory with those non-pm files I'd like to install.
Cheers, Flo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: seeking Makefile.PL wisdom -- how to install non-PM file?
by vkon (Curate) on Jul 15, 2006 at 16:13 UTC | |
by rafl (Friar) on Jul 15, 2006 at 16:20 UTC | |
|