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 D7F58139694 for ; Wed, 22 Mar 2017 20:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B1921C0A6; Wed, 22 Mar 2017 20:13:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0AB221C0A6 for ; Wed, 22 Mar 2017 20:13:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 172AE341586 for ; Wed, 22 Mar 2017 20:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D047714A for ; Wed, 22 Mar 2017 20:13:02 +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: <1490213564.f689285ef0bd20553dd5b65ccf1868e0300c8570.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: f689285ef0bd20553dd5b65ccf1868e0300c8570 X-VCS-Branch: master Date: Wed, 22 Mar 2017 20:13:02 +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: ffe7367c-be26-48f6-9332-db73761c03c2 X-Archives-Hash: b9d2631f6863f5deecd18c27fbdf55ee commit: f689285ef0bd20553dd5b65ccf1868e0300c8570 Author: Brian Dolbec gentoo org> AuthorDate: Wed Mar 22 20:12:23 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Mar 22 20:12:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f689285e setup.py: Add imlate man page for the version update setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 23b986d..7d170e2 100755 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ manpages = [(os.path.join(cwd, path[0]), path[1]) for path in ( ('man/eshowkw.1', 'ESHOWKW'), ('man/euse.1', 'EUSE'), ('man/glsa-check.1', 'GLSA-CHECK'), + ('man/imlate.1', 'IMLATE'), ('man/revdep-rebuild.1', 'REVDEP-REBUILD'), )]