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 CB918138ACF for ; Wed, 7 Jan 2015 19:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F93E08A4; Wed, 7 Jan 2015 19:41:56 +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 53637E08AE for ; Wed, 7 Jan 2015 19:41:56 +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 5078C340726 for ; Wed, 7 Jan 2015 19:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001D4F150 for ; Wed, 7 Jan 2015 19:41:54 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1420659621.a7a09e0bdb93356fdcb45e2e5bbd07502291db5d.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: / X-VCS-Repository: proj/gentoo-keys X-VCS-Files: .gitignore testpath X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a7a09e0bdb93356fdcb45e2e5bbd07502291db5d X-VCS-Branch: master Date: Wed, 7 Jan 2015 19:41:54 +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: 8890cbaa-b701-4c8e-b98b-555d7bf96c21 X-Archives-Hash: ebd8517f6f6d4dc4fafdf9ea717441ee commit: a7a09e0bdb93356fdcb45e2e5bbd07502291db5d Author: Brian Dolbec gentoo org> AuthorDate: Wed Jan 7 19:40:21 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Jan 7 19:40:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a7a09e0b gentoo-keys: Add the doc and py2man directories to testpath and .gitignore --- .gitignore | 6 ++++++ testpath | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 7c82236..de7e39f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,9 @@ /gkeys-ldap/README.md /gkeys/LICENSE /gkeys/README.md +/gkeys/py2man +/gkeys-gen/py2man +/gkeys-ldap/py2man +/gkeys/doc +/gkeys-gen/doc +/gkeys-ldap/doc diff --git a/testpath b/testpath index 6064710..e05940a 100644 --- a/testpath +++ b/testpath @@ -30,3 +30,8 @@ ln LICENSE gkeys-ldap/LICENSE ln README.md gkeys/README.md ln README.md gkeys-gen/README.md ln README.md gkeys-ldap/README.md + +# Create the py2man symlinks for generating our man pages. +ln -s py2man gkeys/py2man +ln -s py2man gkeys-gen/py2man +ln -s py2man gkeys-ldap/py2man