From d25eb973b5469835de1f5c537e51aaa29b88f182 Mon Sep 17 00:00:00 2001 From: Jean-Marc Saffroy Date: Mon, 26 Aug 2024 08:14:49 +0200 Subject: [PATCH] Update recipe for magit: generate only info docs (#2954) --- recipes/magit.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/magit.rcp b/recipes/magit.rcp index 017a60ed4..271e4974a 100644 --- a/recipes/magit.rcp +++ b/recipes/magit.rcp @@ -15,7 +15,7 @@ ;; handle compilation and autoloads on its own. Create an ;; empty autoloads file because magit.el explicitly checks for ;; a file of that name. - :build `(("make" ,(format "EMACSBIN=%s" el-get-emacs) "docs") + :build `(("make" ,(format "EMACSBIN=%s" el-get-emacs) "info") ("touch" "lisp/magit-autoloads.el")) :build/berkeley-unix `(("gmake" ,(format "EMACSBIN=%s" el-get-emacs) "docs") ("touch" "lisp/magit-autoloads.el"))