diff options
author | Anna Vyalkova <cyber+gentoo@sysrq.in> | 2022-01-17 19:29:07 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-01-17 19:30:50 +0200 |
commit | 6b59e2dcbbe14ff29179bb07913b4d4f4af47f84 (patch) | |
tree | 8ba35dbe8e4e7817c8be74d7ad6bb46037190f82 /eclass | |
parent | sci-mathematics/octave: remove old "unused" ebuilds. (diff) | |
download | gentoo-6b59e2dcbbe14ff29179bb07913b4d4f4af47f84.tar.gz gentoo-6b59e2dcbbe14ff29179bb07913b4d4f4af47f84.tar.bz2 gentoo-6b59e2dcbbe14ff29179bb07913b4d4f4af47f84.zip |
common-lisp-3.eclass: use einstalldocs
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/common-lisp-3.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 91752dcacc9b..78f18f5231fa 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -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 # @ECLASS: common-lisp-3.eclass @@ -167,13 +167,11 @@ common-lisp-install-asdf() { # @FUNCTION: common-lisp-3_src_install # @DESCRIPTION: -# Recursively install Lisp sources, asdf files and most common doc files. +# Recursively install Lisp sources, asdf files and doc files. common-lisp-3_src_install() { common-lisp-install-sources . common-lisp-install-asdf - for i in AUTHORS README* HEADER TODO* CHANGELOG Change[lL]og CHANGES BUGS CONTRIBUTORS *NEWS* ; do - [[ -f ${i} ]] && dodoc ${i} - done + einstalldocs } # @FUNCTION: common-lisp-find-lisp-impl |