diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 22:01:07 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 22:01:07 -0400 |
commit | d757741749de7d08e2a67ebd1207c64c33732de6 (patch) | |
tree | db33d2a9810fe84e09441d78a10027b320845839 /app-emacs | |
parent | fd9470cb264d41cb5cc1eef6ad139f73ebca05ab (diff) | |
download | ebuilds-d757741749de7d08e2a67ebd1207c64c33732de6.tar.gz |
app-emacs/hydra: added doc/Changelog.org to DOCS
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/hydra/hydra-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/hydra/hydra-0.15.0.ebuild b/app-emacs/hydra/hydra-0.15.0.ebuild index 65accbc..8f4f1df 100644 --- a/app-emacs/hydra/hydra-0.15.0.ebuild +++ b/app-emacs/hydra/hydra-0.15.0.ebuild @@ -20,7 +20,7 @@ RDEPEND=">=app-emacs/lv-0.15.0" DEPEND="${RDEPEND}" SITEFILE="50hydra-gentoo.el" -DOCS=( README.md ) +DOCS=( README.md doc/Changelog.org ) ELISP_REMOVE="hydra-examples.el hydra-ox.el lv.el" src_compile() { |