From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-506512-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7EC19138010 for <garchives@archives.gentoo.org>; Mon, 17 Sep 2012 12:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B093CE05F2; Mon, 17 Sep 2012 12:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 68AFAE05F2 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Sep 2012 12:19:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBB8733C878 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Sep 2012 12:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 858F2E5444 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Sep 2012 12:19:50 +0000 (UTC) From: "Ulrich Mueller" <ulm@gentoo.org> 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 Mueller" <ulm@gentoo.org> Message-ID: <1347743121.d298236671b888efb7831139a46a411ff225b673.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master 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 Mueller X-VCS-Revision: d298236671b888efb7831139a46a411ff225b673 X-VCS-Branch: master Date: Mon, 17 Sep 2012 12:19:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89bba475-0fb7-4e1c-9546-62f77f2288e9 X-Archives-Hash: 5a2aad3923ce0f9631e1c4d349af8955 commit: d298236671b888efb7831139a46a411ff225b673 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Sep 15 20:56:15 2012 +0000 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Sep 15 21:05:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=d2982366 doheader accepts -r option for recursion. The doheader implementation is based on doins, so it is natural that it also supports recursion. --- pkg-mgr-commands.tex | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 9538a7e..0175699 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -292,7 +292,8 @@ function has returned. \item[doheader] \featurelabel{doheader} Installs the given header files into \t{/usr/include/}, by default with file mode \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the - \t{insopts} function. + \t{insopts} function. If the first argument is \t{-r}, then operates recursively, descending + into any directories given. Only available in EAPIs listed in table~\ref{tab:doheader-table} as supporting \t{doheader}. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.