summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2005-02-09 09:48:48 +0000
committerjorton <jorton@fedoraproject.org>2005-02-09 09:48:48 +0000
commitf61c39c58d07e07e6e6bba7733abea6e8fbae64f (patch)
treed367eb88dc2b13acb8d07a5cbb08a7f83b5e52c4 /Makefile
parent7b437e22083e031ef4c24703ba9aebc065b3485d (diff)
downloadhttpd-f61c39c58d07e07e6e6bba7733abea6e8fbae64f.tar.gz
httpd-f61c39c58d07e07e6e6bba7733abea6e8fbae64f.tar.xz
httpd-f61c39c58d07e07e6e6bba7733abea6e8fbae64f.zip
Remove old status tracking stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 19bec5d..de7bc32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Makefile for source rpm: httpd
-# $Id: Makefile,v 1.5 2004/10/13 16:35:07 jorton Exp $
+# $Id: Makefile,v 1.6 2004/11/18 11:59:52 jorton Exp $
NAME := httpd
SPECFILE = $(firstword $(wildcard *.spec))
UPSTREAM_CHECKS = asc
@@ -12,13 +12,3 @@ migration.html: migration.xml html.xsl
view-migration: migration.html
gnome-moz-remote `pwd`/migration.html
-ALL_PATCHES := $(wildcard *.patch)
-
-status.xml: $(ALL_PATCHES) mkstatus.sh
- @./mkstatus.sh $(ALL_PATCHES) > $@
-
-status.html: status.xml status-html.xsl
- @xsltproc status-html.xsl $< > $@
-
-view-status: status.html
- firefox -remote 'openFile($(shell pwd)/$<)'