el-get/recipes/doxymacs.rcp

13 lines
607 B
Plaintext
Raw Normal View History

2010-12-15 23:44:28 +08:00
(:name doxymacs
:website "http://doxymacs.sourceforge.net/"
:description "Doxymacs is Doxygen + {X}Emacs."
2010-12-15 23:44:28 +08:00
:type git
:url "git://doxymacs.git.sourceforge.net/gitroot/doxymacs/doxymacs"
:load-path ("./lisp")
:build ("./bootstrap" "./configure" "make")
2014-06-08 17:54:51 +08:00
:build/darwin ("sed -i '' -e 's/-fexpensive-optimizations//' ./c/Makefile.am"
"sed -i '' -e 's/inline/static inline/' ./c/doxymacs_parser.c"
2014-04-25 21:12:34 +08:00
"./bootstrap" "./configure" "make")
:prepare (progn
(autoload 'doxymacs-mode "doxymacs" nil t)))