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 629B11381F3 for ; Wed, 10 Jul 2013 15:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB06E0A7C; Wed, 10 Jul 2013 15:10:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C659E0A7C for ; Wed, 10 Jul 2013 15:10:48 +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 61B1433E8B5 for ; Wed, 10 Jul 2013 15:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3C37DE547D for ; Wed, 10 Jul 2013 15:10:44 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373468954.ef8f6d5a60a07577569feb62b3baeef11ee2b547.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: ef8f6d5a60a07577569feb62b3baeef11ee2b547 X-VCS-Branch: gsoc13/next Date: Wed, 10 Jul 2013 15:10:44 +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: c690acc9-1ed8-4547-a50c-ffb5a6aa3c9b X-Archives-Hash: 062ac71430403919069d5f79daf1f3a1 Message-ID: <20130710151044.ggLgXfgjTZhWGgZNk6mCEpPlvVWaXpHqEBSBifRf6cA@z> commit: ef8f6d5a60a07577569feb62b3baeef11ee2b547 Author: André Erdmann mailerd de> AuthorDate: Wed Jul 10 15:09:09 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Jul 10 15:09:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ef8f6d5a Makefile: remove pydoc target temporarily --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0ad337e..0c3be05 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,10 @@ $(BUILDDIR): # generates selfdocs (using pydoc) in $(SELFDOC)/ $(SELFDOC): + # pydoc target is broken currently.. + @false @install -d $(SELFDOC)/roverlay - @ln -sfT ../../roverlay $(SELFDOC)/roverlay + @ln -s ../../roverlay $(SELFDOC)/roverlay $(PYDOC_SH) $(SELFDOC) # alias to $(SELFDOC) @@ -90,7 +92,7 @@ htmldoc: $(SRC_DOCDIR)/rst/usage.rst @install -d $(SRC_DOCDIR)/html $(RST_HTML) $(SRC_DOCDIR)/rst/usage.rst $(SRC_DOCDIR)/html/usage.html -generate-doc: pydoc htmldoc +generate-doc: htmldoc generate-setuppy: $(GEN_SETUP_PY) $(GEN_SETUP_PY) @@ -99,7 +101,7 @@ generate-manifest: $(MANIFEST_GEN) $(MANIFEST_GEN) > $(MANIFEST_TMP) mv -- $(MANIFEST_TMP) $(MANIFEST) -generate-files: generate-setuppy htmldoc pydoc generate-manifest +generate-files: generate-setuppy generate-doc generate-manifest # creates a src tarball (.tar.bz2)