mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Include "doc/dir" in the default :files list
See https://github.com/flycheck/flycheck/issues/274
This commit is contained in:
parent
944d4cd54e
commit
58b7799a69
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function for access to this function")
|
|||
(defconst package-build-default-files-spec
|
||||
'("*.el" "*.el.in" "dir"
|
||||
"*.info" "*.texi" "*.texinfo"
|
||||
"doc/*.info" "doc/*.texi" "doc/*.texinfo"
|
||||
"doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo"
|
||||
(:exclude "tests.el" "*-test.el" "*-tests.el"))
|
||||
"Default value for :files attribute in recipes.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue