Update recipe for with-editor

- Build info documentation
- Add a :compile directive
This commit is contained in:
Vedang Manerikar 2021-12-30 16:37:24 +05:30
parent 35f79a80fd
commit d0e7182eef

View File

@ -2,4 +2,11 @@
:description "Use the Emacsclient as $EDITOR"
:type github
:pkgname "magit/with-editor"
:load-path ("lisp"))
: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")))