2004-09-09 06:08:42 +00:00
|
|
|
# Makefile for source rpm: httpd
|
2004-10-13 10:44:51 +00:00
|
|
|
# $Id: Makefile,v 1.3 2004/09/17 10:28:46 jorton Exp $
|
2004-09-09 06:08:42 +00:00
|
|
|
NAME := httpd
|
|
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
2004-09-15 15:09:00 +00:00
|
|
|
UPSTREAM_CHECKS = asc
|
2004-09-09 06:08:42 +00:00
|
|
|
|
|
|
|
include ../common/Makefile.common
|
2004-09-17 10:28:46 +00:00
|
|
|
|
|
|
|
migration.html: migration.xml html.xsl
|
|
|
|
xmlto -x html.xsl html-nochunks migration.xml
|
|
|
|
|
|
|
|
migration-view: migration.html
|
|
|
|
gnome-moz-remote `pwd`/migration.html
|
|
|
|
|
2004-10-13 10:44:51 +00:00
|
|
|
ALL_PATCHES := $(wildcard *.patch)
|
|
|
|
|
|
|
|
status.xml: $(ALL_PATCHES)
|
|
|
|
@./mkstatus.sh $(ALL_PATCHES) > $@
|
|
|
|
|
|
|
|
status.html: status.xml status-html.xsl
|
|
|
|
@xsltproc status-html.xsl $< > $@
|
|
|
|
|
|
|
|
view-status: status.html
|
|
|
|
gnome-moz-remote `pwd`/$<
|