summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2022-01-17 19:29:07 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-01-17 19:30:50 +0200
commit6b59e2dcbbe14ff29179bb07913b4d4f4af47f84 (patch)
tree8ba35dbe8e4e7817c8be74d7ad6bb46037190f82
parentsci-mathematics/octave: remove old "unused" ebuilds. (diff)
downloadgentoo-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>
-rw-r--r--eclass/common-lisp-3.eclass8
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