File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 ;; handle compilation and autoloads on its own. Create an
1616 ;; empty autoloads file because magit.el explicitly checks for
1717 ;; a file of that name.
18- :build `(("make" ,(format "EMACSBIN =%s" el-get-emacs) "info")
18+ :build `(("make" ,(format "EMACS =%s" el-get-emacs) "info")
1919 ("touch" "lisp/magit-autoloads.el"))
20- :build/berkeley-unix `(("gmake" ,(format "EMACSBIN =%s" el-get-emacs) "docs")
20+ :build/berkeley-unix `(("gmake" ,(format "EMACS =%s" el-get-emacs) "docs")
2121 ("touch" "lisp/magit-autoloads.el"))
2222 ;; assume windows lacks make and makeinfo
2323 :build/windows-nt (with-temp-file "lisp/magit-autoloads.el" nil))
Original file line number Diff line number Diff line change 1010 :compile "lisp/"
1111 ;; Use the Makefile to produce the info manual, el-get can
1212 ;; handle compilation and autoloads on its own.
13- :build `(("make" ,(format "EMACSBIN =%s" el-get-emacs) "info"))
14- :build/berkeley-unix `(("gmake" ,(format "EMACSBIN =%s" el-get-emacs)
13+ :build `(("make" ,(format "EMACS =%s" el-get-emacs) "info"))
14+ :build/berkeley-unix `(("gmake" ,(format "EMACS =%s" el-get-emacs)
1515 "info"))
1616 ;; Assume windows lacks a build environment.
1717 :build/windows-nt (with-temp-file "lisp/transient-autoloads.el" nil))
Original file line number Diff line number Diff line change 77 :compile "lisp/"
88 ;; Use the Makefile to produce the info manual, el-get can
99 ;; handle compilation and autoloads on its own.
10- :build `(("make" ,(format "EMACSBIN =%s" el-get-emacs) "info"))
11- :build/berkeley-unix `(("gmake" ,(format "EMACSBIN =%s" el-get-emacs)
10+ :build `(("make" ,(format "EMACS =%s" el-get-emacs) "info"))
11+ :build/berkeley-unix `(("gmake" ,(format "EMACS =%s" el-get-emacs)
1212 "info")))
You can’t perform that action at this time.
0 commit comments