diff options
author | David Denoncin <ddenoncin@gmail.com> | 2022-06-28 09:12:28 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-28 11:50:26 +0200 |
commit | f035062b3900282fa8b1fba915d38d3cfd8b7d1b (patch) | |
tree | 95b3ad1780a0f7081d927e10b8af9a9e734a36de /app-misc/timew | |
parent | sci-libs/mpir: Stabilize 3.0.0-r1 arm64, #640424 (diff) | |
download | gentoo-f035062b3900282fa8b1fba915d38d3cfd8b7d1b.tar.gz gentoo-f035062b3900282fa8b1fba915d38d3cfd8b7d1b.tar.bz2 gentoo-f035062b3900282fa8b1fba915d38d3cfd8b7d1b.zip |
app-misc/timew: add manpages
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25983
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc/timew')
-rw-r--r-- | app-misc/timew/timew-1.4.3-r1.ebuild (renamed from app-misc/timew/timew-1.4.3.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/timew/timew-1.4.3.ebuild b/app-misc/timew/timew-1.4.3-r1.ebuild index e037edcce536..f608f1a27396 100644 --- a/app-misc/timew/timew-1.4.3.ebuild +++ b/app-misc/timew/timew-1.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,9 @@ src_install() { dodoc -r ext docompress -x /usr/share/doc/${PF}/ext/{on-modify.timewarrior,README} + + doman doc/man1/*.1 + doman doc/man7/*.7 } pkg_postinst() { |