el-get/recipes/magit.rcp
Toni Schmidbauer 307daaf374 fixed typo in magit.rcp
the build command was broken on berkeley-unix
2014-10-28 20:29:04 +01:00

15 lines
549 B
Plaintext

(:name magit
:website "https://github.com/magit/magit#readme"
:description "It's Magit! An Emacs mode for Git."
:type github
:pkgname "magit/magit"
:depends (cl-lib git-modes)
:info "."
;; use the Makefile to produce the info manual, el-get can
;; handle compilation and autoloads on its own.
:compile "magit.*\.el\\'"
:build `(("make" "docs"))
:build/berkeley-unix (("gmake" "docs"))
;; assume windows lacks make and makeinfo
:build/windows-nt (progn nil))