el-get/recipes/mmm-mode.rcp
Rafael Laboissiere 2696131e12 Fix build rules in mmm-mode recipe
This is a followup on the pull request that I filed recently [1].  The
hack proposed in that commit was needed for avoiding a locally
modified version.texi file interfering with the build process.  This
has been reported [2] and fixed upstream [3].  This commit removes the
cp/mv commands in the buid rules

[1] https://github.com/dimitri/el-get/pull/2042
[2] https://github.com/purcell/mmm-mode/issues/41
[3] 53524db13d
2014-12-28 18:12:51 +01:00

9 lines
282 B
Plaintext

(:name mmm-mode
:description "Allow Multiple Major Modes in a buffer"
:type github
:pkgname "purcell/mmm-mode"
:build `(("./autogen.sh")
("./configure")
("make" ,(format "EMACS=%s" el-get-emacs)))
:info "mmm.info")