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 1QaXHX-0002cY-JU for garchives@archives.gentoo.org; Sat, 25 Jun 2011 18:08:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A011C180; Sat, 25 Jun 2011 18:08:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CA1C61C1B7 for ; Sat, 25 Jun 2011 18:08:27 +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 1B45E2AC076 for ; Sat, 25 Jun 2011 18:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4E7618003E for ; Sat, 25 Jun 2011 18:08:26 +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: b0d385b661e41463d5be23a5fbf7ba5ba22ff3d0 Date: Sat, 25 Jun 2011 18:08:26 +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: 65bdcd996937b5a913e174b4a15deab5 commit: b0d385b661e41463d5be23a5fbf7ba5ba22ff3d0 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jun 25 15:36:53 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 25 17:54:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Db0d385b6 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: