From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaXI2-0002ns-C3 for garchives@archives.gentoo.org; Sat, 25 Jun 2011 18:09:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00A651C1DD; Sat, 25 Jun 2011 18:08:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B8D111C1DB for ; Sat, 25 Jun 2011 18:08:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E0BD2AC080 for ; Sat, 25 Jun 2011 18:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2931B80052 for ; Sat, 25 Jun 2011 18:08:27 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: ee9baac5c766faa9ff5cd14b8fc771b47fb0cf78 Date: Sat, 25 Jun 2011 18:08:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d3a05a0ddb64240f81e8db06f520e982 commit: ee9baac5c766faa9ff5cd14b8fc771b47fb0cf78 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jun 25 18:07:08 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 25 18:07:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Dee9baac5 Makefile: Add missing dependency --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index bb8a228..e6204c2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ files/catalyst.1: doc/catalyst.1.txt doc/subarches.gene= rated.txt doc/asciidoc.co a2x --conf-file=3Ddoc/asciidoc.conf --attribute=3D"catalystversion=3D$(= PACKAGE_VERSION)" \ --format=3Dmanpage -D files "$<" =20 -doc/subarches.generated.txt: $(wildcard modules/catalyst/arch/*.py) +doc/subarches.generated.txt: $(wildcard modules/catalyst/arch/*.py) doc/= make_subarch_table_guidexml.py ./doc/make_subarch_table_guidexml.py =20 clean: