Update recipe for epkg

- Build info documentation
- Add correct load-path for the lisp files
This commit is contained in:
Vedang Manerikar 2021-12-30 16:34:33 +05:30
parent 9353309744
commit a5fcdcc7e7

View File

@ -4,4 +4,11 @@
:pkgname "emacscollective/epkg"
:depends (closql dash)
:minimum-emacs-version "25.1"
:compile ("epkg.el" "epkg-ui.el"))
:info "docs"
:load "lisp/"
:compile "lisp/"
;; Use the Makefile to produce the info manual, el-get can
;; handle compilation and autoloads on its own.
:build `(("make" ,(format "EMACSBIN=%s" el-get-emacs) "info"))
:build/berkeley-unix `(("gmake" ,(format "EMACSBIN=%s" el-get-emacs)
"info")))