el-get/recipes/with-editor.rcp
Vedang Manerikar d0e7182eef Update recipe for with-editor
- Build info documentation
- Add a :compile directive
2021-12-30 16:43:20 +05:30

13 lines
506 B
Plaintext

(:name with-editor
:description "Use the Emacsclient as $EDITOR"
:type github
:pkgname "magit/with-editor"
:info "docs"
:load-path "lisp/"
:compile "lisp/"
;; Use the Makefile to produce the info manual, el-get can
;; handle compilation and autoloads on its own.
:build `(("make" ,(format "EMACSBIN=%s" el-get-emacs) "info"))
:build/berkeley-unix `(("gmake" ,(format "EMACSBIN=%s" el-get-emacs)
"info")))