el-get/recipes/doxymacs.rcp
David Holm 7062b22504 Removing workaround from Doxymacs
The issue has been fixed upstream in smart-mode-line.
2014-05-02 08:07:40 +02:00

13 lines
601 B
Plaintext

(:name doxymacs
:website "http://doxymacs.sourceforge.net/"
:description "Doxymacs is Doxygen + {X}Emacs."
:type git
:url "git://doxymacs.git.sourceforge.net/gitroot/doxymacs/doxymacs"
:load-path ("./lisp")
:build ("./bootstrap" "./configure" "make")
:build/darwin ("sed -i -e 's/-fexpensive-optimizations//' ./c/Makefile.am"
"sed -i -e 's/inline/static inline/' ./c/doxymacs_parser.c"
"./bootstrap" "./configure" "make")
:prepare (progn
(autoload 'doxymacs-mode "doxymacs" nil t)))