Template INDEX copied.
[gruta.git] / Makefile.PL
blob22150dfe5a69a38b031c9a6dd97b1b2b3b2de99d
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
5 sub MY::postamble {
6 return <<EOF;
8 install::
9         mkdir -p /usr/share/gruta/templates/artemus
10         install -m 644 templates/artemus/* /usr/share/gruta/templates/artemus
11         mkdir -p /usr/share/gruta/templates/tt
12         install -m 644 templates/tt/* /usr/share/gruta/templates/tt
13 EOF
16 WriteMakefile(
17     'NAME'              => 'Gruta',
18     'dist'              => { COMPRESS => gzip, SUFFIX => '.gz'},
19     'VERSION_FROM'      => 'Gruta.pm',