el-get/recipes/doxymacs.rcp

15 lines
678 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
2017-08-28 21:57:38 +08:00
:url "git://git.code.sf.net/p/doxymacs/code"
2010-12-15 23:44:28 +08:00
:load-path ("./lisp")
2015-07-03 00:35:12 +08:00
:build (("./bootstrap") ("./configure") ("make"))
:build/darwin (("sed" "-i" ""
"-e" "s/-fexpensive-optimizations//"
"-e" "s/-Werror//" "./c/Makefile.am")
2015-07-03 00:35:12 +08:00
("sed" "-i" "" "-e" "s/^inline/static inline/" "./c/doxymacs_parser.c")
("./bootstrap") ("./configure") ("make"))
2014-04-25 21:12:34 +08:00
:prepare (progn
(autoload 'doxymacs-mode "doxymacs" nil t)))