From d0e7182eef919d50358cb72aebb1a3af6d30e7fd Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Thu, 30 Dec 2021 16:37:24 +0530 Subject: [PATCH] Update recipe for with-editor - Build info documentation - Add a :compile directive --- recipes/with-editor.rcp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes/with-editor.rcp b/recipes/with-editor.rcp index e34fae8c..8b8e86b9 100644 --- a/recipes/with-editor.rcp +++ b/recipes/with-editor.rcp @@ -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")))