Rewrite MY::postable to compile .elc files on demand, etc.
commit59ca8672402be81c999d0bc7562a036f1c843d12
authorJustin Davis <jrcd83@gmail.com>
Wed, 22 Sep 2010 21:15:23 +0000 (22 14:15 -0700)
committerJustin Davis <jrcd83@gmail.com>
Wed, 22 Sep 2010 21:15:23 +0000 (22 14:15 -0700)
treeac0cf261c480cd3f8fa696ef3e714ddbd93f49a5
parentd5b5029b5570fc909acbea641f97bcc3d425612a
Rewrite MY::postable to compile .elc files on demand, etc.

With an .elc file entry .elc files can be compiled automatically
when .el files are updated. Perhaps useful when developing. The
command for compiling allows for elisp compilation to fail.

The Makefile now uses the 'install' program instead of cp.

The Makefile honours DESTDIR being set, which is necessary for
packaging modules.
Makefile.PL