diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-11 04:41:42 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-11 04:44:07 +0100 |
commit | 98a4aacaf16469aaa131402e27778771522e6bd7 (patch) | |
tree | 15636b2f1dfcf4ddd38788b41ddf7784f2aa6994 /sci-mathematics | |
parent | sci-mathematics/boolector: new package; add 3.2.2_p20220110 (diff) | |
download | gentoo-98a4aacaf16469aaa131402e27778771522e6bd7.tar.gz gentoo-98a4aacaf16469aaa131402e27778771522e6bd7.tar.bz2 gentoo-98a4aacaf16469aaa131402e27778771522e6bd7.zip |
sci-mathematics/cubicle: install the provided manual page
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cubicle/cubicle-1.2.0-r1.ebuild (renamed from sci-mathematics/cubicle/cubicle-1.2.0.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/cubicle/cubicle-1.2.0.ebuild b/sci-mathematics/cubicle/cubicle-1.2.0-r1.ebuild index d2f5d0e356f2..8159f9f60a4a 100644 --- a/sci-mathematics/cubicle/cubicle-1.2.0.ebuild +++ b/sci-mathematics/cubicle/cubicle-1.2.0-r1.ebuild @@ -53,6 +53,8 @@ src_compile() { src_install() { default + doman doc/${PN}.1 + if use emacs ; then elisp-install ${PN} emacs/*.el{,c} elisp-site-file-install "${FILESDIR}/${SITEFILE}" |