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"))