mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 19:21:32 +00:00
Specify files using wildcards in ecukes recipe.
This commit is contained in:
parent
8bbcb044d5
commit
4064f7a041
1 changed files with 1 additions and 18 deletions
|
@ -1,19 +1,2 @@
|
|||
(ecukes :repo "rejeep/ecukes" :fetcher github
|
||||
:files ("ecukes"
|
||||
"ecukes-def.el"
|
||||
"ecukes-hooks.el"
|
||||
"ecukes-new.el"
|
||||
"ecukes-parse.el"
|
||||
"ecukes-pkg.el"
|
||||
"ecukes-print.el"
|
||||
"ecukes-run.el"
|
||||
"ecukes-startup.el"
|
||||
"ecukes-stats.el"
|
||||
"ecukes-steps.el"
|
||||
"ecukes-template.el"
|
||||
"ecukes.el"
|
||||
"templates"
|
||||
"templates/env.tpl"
|
||||
"templates/feature.tpl"
|
||||
"templates/step-definition.tpl"
|
||||
"templates/step.tpl"))
|
||||
:files ("ecukes*" "templates/*.tpl"))
|
||||
|
|
Loading…
Reference in a new issue