public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: /
Date: Sat, 25 Jun 2011 15:38:13 +0000 (UTC)	[thread overview]
Message-ID: <ac68b238776b5fb38d3eae4e66397c4e751d594d.sping@gentoo> (raw)

commit:     ac68b238776b5fb38d3eae4e66397c4e751d594d
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jun 25 15:36:53 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:36:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=ac68b238

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
 
 PACKAGE_VERSION = `fgrep '__version__=' catalyst | sed 's|^__version__="\(.*\)"$$|\1|'`
-CLEAN_FILES = files/catalyst.1 doc/subarches.generated.txt
 EXTRA_DIST = files/catalyst.1
+CLEAN_FILES = $(EXTRA_DIST) doc/subarches.generated.txt
 
 distdir = catalyst-$(PACKAGE_VERSION)
 
 
-all: files/catalyst.1
+all: $(EXTRA_DIST)
 
 files/catalyst.1: doc/catalyst.1.txt doc/subarches.generated.txt doc/asciidoc.conf Makefile catalyst
 	a2x --conf-file=doc/asciidoc.conf --attribute="catalystversion=$(PACKAGE_VERSION)" \
 		 --format=manpage -D files "$<"
 
-doc/subarches.generated.txt:
+doc/subarches.generated.txt: $(wildcard arch/*.py)
 	./doc/make_subarch_table_guidexml.py
 
 clean:



             reply	other threads:[~2011-06-25 15:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 15:38 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-10 18:32 [gentoo-commits] proj/catalyst:catalyst_2 commit in: / Sebastian Pipping
2012-07-02 14:58 Sebastian Pipping
2012-07-02 14:58 Sebastian Pipping
2012-07-02 14:53 [gentoo-commits] proj/catalyst:master " Sebastian Pipping
2012-07-02 14:58 ` [gentoo-commits] proj/catalyst:catalyst_2 " Sebastian Pipping
2012-05-13 18:10 Jorge Manuel B. S. Vicetto
2012-05-11 20:16 Raúl Porcel
2012-04-22  2:47 Jorge Manuel B. S. Vicetto
2011-11-19 19:43 Jorge Manuel B. S. Vicetto
2011-11-18 19:39 Jorge Manuel B. S. Vicetto
2011-07-14  2:18 Jorge Manuel B. S. Vicetto
2011-06-25 18:10 Sebastian Pipping
2011-06-24  0:55 Sebastian Pipping
2011-04-14 10:20 Raúl Porcel
2011-02-05 18:27 Raúl Porcel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ac68b238776b5fb38d3eae4e66397c4e751d594d.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox