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 112941395E2 for ; Sun, 27 Nov 2016 05:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25462E08D5; Sun, 27 Nov 2016 05:46:13 +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 0A5C1E08D5 for ; Sun, 27 Nov 2016 05:46:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C568E341229 for ; Sun, 27 Nov 2016 05:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F35491A for ; Sun, 27 Nov 2016 05:46:10 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1480224044.1fef622745ef3ce4c8baaf6aef46686e91c7c5ed.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1fef622745ef3ce4c8baaf6aef46686e91c7c5ed X-VCS-Branch: master Date: Sun, 27 Nov 2016 05:46:10 +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: be7ef305-22c0-4f69-88f7-ddb67823451a X-Archives-Hash: 0e271f9d27e0c8ec9c9efec41907d628 commit: 1fef622745ef3ce4c8baaf6aef46686e91c7c5ed Author: Mike Frysinger gentoo org> AuthorDate: Sun Nov 27 05:20:44 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Nov 27 05:20:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1fef6227 build: update names of docs after markdown conversion Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 949b375..7c64fe9 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ endif ifndef PF PF := portage-utils-$(PV) endif -DOCS := TODO README qsync +DOCS := TODO.md README.md qsync #ifdef PYTHON #PYFLAGS ?= $(shell python-config) -DWANT_PYTHON -ldl -pthread -lutil /usr/lib/libpython2.4.so