Add migration.xml targets.
This commit is contained in:
parent
50193a0a5a
commit
462252af58
9
Makefile
9
Makefile
@ -1,7 +1,14 @@
|
|||||||
# Makefile for source rpm: httpd
|
# Makefile for source rpm: httpd
|
||||||
# $Id: Makefile,v 1.1 2004/09/09 06:08:42 cvsdist Exp $
|
# $Id: Makefile,v 1.2 2004/09/15 15:09:00 jorton Exp $
|
||||||
NAME := httpd
|
NAME := httpd
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
UPSTREAM_CHECKS = asc
|
UPSTREAM_CHECKS = asc
|
||||||
|
|
||||||
include ../common/Makefile.common
|
include ../common/Makefile.common
|
||||||
|
|
||||||
|
migration.html: migration.xml html.xsl
|
||||||
|
xmlto -x html.xsl html-nochunks migration.xml
|
||||||
|
|
||||||
|
migration-view: migration.html
|
||||||
|
gnome-moz-remote `pwd`/migration.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user