summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2004-10-13 16:35:07 +0000
committerjorton <jorton@fedoraproject.org>2004-10-13 16:35:07 +0000
commit2bc479e77012b87f27956c6c47e5b6e7ecb41f99 (patch)
tree3f93a60ff207d1cb8ca9cb21fc4f15f1ce9a32f4 /Makefile
parent0ba3e33bdc0b14022de5e4b31f6a2c5a2137a115 (diff)
Patch status tracking updates.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 299e139..8376717 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Makefile for source rpm: httpd
-# $Id: Makefile,v 1.3 2004/09/17 10:28:46 jorton Exp $
+# $Id: Makefile,v 1.4 2004/10/13 10:44:51 jorton Exp $
NAME := httpd
SPECFILE = $(firstword $(wildcard *.spec))
UPSTREAM_CHECKS = asc
@@ -9,12 +9,12 @@ include ../common/Makefile.common
migration.html: migration.xml html.xsl
xmlto -x html.xsl html-nochunks migration.xml
-migration-view: migration.html
+view-migration: migration.html
gnome-moz-remote `pwd`/migration.html
ALL_PATCHES := $(wildcard *.patch)
-status.xml: $(ALL_PATCHES)
+status.xml: $(ALL_PATCHES) mkstatus.sh
@./mkstatus.sh $(ALL_PATCHES) > $@
status.html: status.xml status-html.xsl