diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-10-15 16:40:19 +0300 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-16 01:01:43 -0700 |
commit | 348bee60cd3d9bbe92183b18a9c65e4f75a0379f (patch) | |
tree | 62b7d7e0dcd837a724b2513ba3417fe5ee4e0e80 /x11-terms/alacritty | |
parent | mail-client/alpine: DirectStableKeywords (diff) | |
download | gentoo-348bee60cd3d9bbe92183b18a9c65e4f75a0379f.tar.gz gentoo-348bee60cd3d9bbe92183b18a9c65e4f75a0379f.tar.bz2 gentoo-348bee60cd3d9bbe92183b18a9c65e4f75a0379f.zip |
x11-terms/alacritty: update docs install
Alacritty now ships features.md to give an overview
of what ui features it supports.
Signed-off-by: Kirill Chibisov <contact@kchibisov.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-terms/alacritty')
-rw-r--r-- | x11-terms/alacritty/alacritty-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index 914851bf7a89..01963348e68d 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -105,7 +105,7 @@ src_install() { local DOCS=( alacritty.yml CHANGELOG.md INSTALL.md README.md - docs/{ansicode.txt,escape_support.md} + docs/{ansicode.txt,escape_support.md,features.md} ) einstalldocs } |