From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A0551384B4 for ; Wed, 4 Nov 2015 06:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AE9621C044; Wed, 4 Nov 2015 06:08:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2046021C044 for ; Wed, 4 Nov 2015 06:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B83E34069C for ; Wed, 4 Nov 2015 06:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BACDF1F2F for ; Wed, 4 Nov 2015 06:08:42 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1446582765.16165052ae2135d499ccd4f353c867ccd03ae849.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 16165052ae2135d499ccd4f353c867ccd03ae849 X-VCS-Branch: eapi-6 Date: Wed, 4 Nov 2015 06:08:42 +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-Archives-Salt: 3d020b8f-60f9-45d4-a368-d70f05a976f1 X-Archives-Hash: cebdd6fcfacce350299469f50415d3a8 commit: 16165052ae2135d499ccd4f353c867ccd03ae849 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 3 20:31:59 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 3 20:32:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=16165052 fixup! EAPI 6 has einstalldocs. pkg-mgr-commands.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index b9d53bd..a548b9e 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -933,7 +933,7 @@ has returned. \caption{\t{einstalldocs} logic} \label{alg:einstalldocs} \begin{algorithmic}[1] \STATE save the value of the install directory for \t{dodoc} -\STATE call \t{docinto .} \COMMENT{sets the directory to \t{/usr/share/doc/\$\{PF\}}} +\STATE set the install directory for \t{dodoc} to \t{/usr/share/doc/\$\{PF\}} \IF{the DOCS variable is a non-empty array} \STATE call \t{dodoc -r "\$\{DOCS[@]\}"} \ELSIF{the DOCS variable is a non-empty scalar} @@ -946,7 +946,7 @@ has returned. \ENDIF \ENDFOR \ENDIF -\STATE call \t{docinto html} \COMMENT{sets the directory to \t{/usr/share/doc/\$\{PF\}/html}} +\STATE set the install directory for \t{dodoc} to \t{/usr/share/doc/\$\{PF\}/html} \IF{the HTML\_DOCS variable is a non-empty array} \STATE call \t{dodoc -r "\$\{HTML\_DOCS[@]\}"} \ELSIF{the HTML\_DOCS variable is a non-empty scalar}