Include "doc/dir" in the default :files list

See https://github.com/flycheck/flycheck/issues/274
This commit is contained in:
Steve Purcell 2014-01-27 18:04:25 +00:00
parent 944d4cd54e
commit 58b7799a69

View file

@ -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.")