cvsdist e91b33a
# Makefile for source rpm: httpd
7c0f3e4
# $Id: Makefile,v 1.5 2004/10/13 16:35:07 jorton Exp $
cvsdist e91b33a
NAME := httpd
cvsdist e91b33a
SPECFILE = $(firstword $(wildcard *.spec))
b6814eb
UPSTREAM_CHECKS = asc
cvsdist e91b33a
cvsdist e91b33a
include ../common/Makefile.common
462252a
462252a
migration.html: migration.xml html.xsl
462252a
	xmlto -x html.xsl html-nochunks migration.xml
462252a
2bc479e
view-migration: migration.html
462252a
	gnome-moz-remote `pwd`/migration.html
462252a
0ba3e33
ALL_PATCHES := $(wildcard *.patch)
0ba3e33
2bc479e
status.xml: $(ALL_PATCHES) mkstatus.sh
0ba3e33
	@./mkstatus.sh $(ALL_PATCHES) > $@
0ba3e33
0ba3e33
status.html: status.xml status-html.xsl
0ba3e33
	@xsltproc status-html.xsl $< > $@
0ba3e33
0ba3e33
view-status: status.html
7c0f3e4
	firefox -remote 'openFile($(shell pwd)/$<)'