mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Tweak file list for geiser (see #1040)
This commit is contained in:
parent
9ce38cac42
commit
b0fe32d24c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
(geiser
|
||||
:fetcher github
|
||||
:repo "jaor/geiser"
|
||||
:files ("elisp/*" (:exclude "elisp/Makefile.am")
|
||||
:files ("elisp/*.el"
|
||||
"elisp/geiser-version.el.in"
|
||||
"doc/*.texi"
|
||||
("bin" "bin/*") (:exclude "bin/Makefile.am")
|
||||
("scheme" "scheme/*") (:exclude "scheme/Makefile.am")))
|
||||
|
|
Loading…
Reference in a new issue