From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54B37138351 for ; Mon, 16 Mar 2020 00:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB909E1021; Mon, 16 Mar 2020 00:12:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C19CAE0EA2 for ; Mon, 16 Mar 2020 00:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7599534F1A3 for ; Mon, 16 Mar 2020 00:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A4D0189 for ; Mon, 16 Mar 2020 00:12:32 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1584316917.0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild X-VCS-Directories: dev-lua/lua_cliargs/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2 X-VCS-Branch: master Date: Mon, 16 Mar 2020 00:12:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ab16535-9275-4f65-aa34-4f25a72d15a2 X-Archives-Hash: c16973487032edb131e3fe123e9692c7 commit: 0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Mar 16 00:01:31 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Mar 16 00:01:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f18bb03 dev-lua/lua_cliargs: QA: improve doc handling Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild index e70979dafba..b124dace5b7 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild @@ -29,11 +29,10 @@ src_install() { insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)" doins -r src/cliargs.lua src/cliargs - einstalldocs - if use doc; then + local HTML_DOCS=( doc/. ) dodoc -r examples - docinto html - dodoc -r doc/* fi + + einstalldocs }