el-get/recipes/yatex.rcp

11 lines
534 B
Plaintext
Raw Normal View History

(:name yatex
:website "http://www.yatex.org/"
:description "Yet Another TeX mode for Emacs"
:type hg
:url "http://www.yatex.org/hgrepos/yatex"
;;; this fix the trouble on .loaddefs.el
;;; yatexmth.el contains inappropriate autoload magic comment
2015-07-29 12:07:22 +08:00
:build (("sed" "-i" "s/ from yatex.el//" "yatexmth.el"))
:build/berkeley-unix (("sed" "-i" "" "s/ from yatex.el//" "yatexmth.el"))
:build/darwin (("env" "LANG=C" "LC_ALL=C" "sed" "-i" "" "s/ from yatex.el//" "yatexmth.el")))