* [gentoo-dev] [PATCH] common-lisp-3.eclass: use einstalldocs
@ 2021-12-18 11:52 99% Anna Vyalkova
0 siblings, 0 replies; 1+ results
From: Anna Vyalkova @ 2021-12-18 11:52 UTC (permalink / raw
To: gentoo-dev
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
If this gets accepted, some developer will need to commit it.
eclass/common-lisp-3.eclass | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
index 91752dcacc9..c5c88e42c71 100644
--- a/eclass/common-lisp-3.eclass
+++ b/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
--
2.34.1
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-12-18 11:52 99% [gentoo-dev] [PATCH] common-lisp-3.eclass: use einstalldocs Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox