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 1QaUwB-00033z-Cw for garchives@archives.gentoo.org; Sat, 25 Jun 2011 15:38:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3CCB1C020; Sat, 25 Jun 2011 15:38:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F5DD1C020 for ; Sat, 25 Jun 2011 15:38:14 +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 0B4272AC007 for ; Sat, 25 Jun 2011 15:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2ACA78003C for ; Sat, 25 Jun 2011 15:38:13 +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:catalyst_2 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: ac68b238776b5fb38d3eae4e66397c4e751d594d Date: Sat, 25 Jun 2011 15:38:13 +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: 577b2a4269ee373bdd25f8608cba60d5 commit: ac68b238776b5fb38d3eae4e66397c4e751d594d Author: Sebastian Pipping pipping org> AuthorDate: Sat Jun 25 15:36:53 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 25 15:36:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Dac68b238 Makefile: Improve dependencies --- Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bcc40c7..83fbd5a 100644 --- a/Makefile +++ b/Makefile @@ -2,19 +2,19 @@ # Licensed under GPL v2 or later =20 PACKAGE_VERSION =3D `fgrep '__version__=3D' catalyst | sed 's|^__version= __=3D"\(.*\)"$$|\1|'` -CLEAN_FILES =3D files/catalyst.1 doc/subarches.generated.txt EXTRA_DIST =3D files/catalyst.1 +CLEAN_FILES =3D $(EXTRA_DIST) doc/subarches.generated.txt =20 distdir =3D catalyst-$(PACKAGE_VERSION) =20 =20 -all: files/catalyst.1 +all: $(EXTRA_DIST) =20 files/catalyst.1: doc/catalyst.1.txt doc/subarches.generated.txt doc/asc= iidoc.conf Makefile catalyst a2x --conf-file=3Ddoc/asciidoc.conf --attribute=3D"catalystversion=3D$(= PACKAGE_VERSION)" \ --format=3Dmanpage -D files "$<" =20 -doc/subarches.generated.txt: +doc/subarches.generated.txt: $(wildcard arch/*.py) ./doc/make_subarch_table_guidexml.py =20 clean: