Remove old status tracking stuff.
This commit is contained in:
parent
7b437e2208
commit
f61c39c58d
12
Makefile
12
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)/$<)'
|
||||
|
Loading…
Reference in New Issue
Block a user