Skip to content

Commit

Permalink
Update recipe for magit: generate only info docs (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
saffroy authored Aug 26, 2024
1 parent c0713e8 commit d25eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/magit.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit d25eb97

Please sign in to comment.