summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2004-09-17 10:28:46 +0000
committerjorton <jorton@fedoraproject.org>2004-09-17 10:28:46 +0000
commit462252af587114b303f0391f692f9daf45672310 (patch)
treed5e07f7f8fbb8bb050c764b4d4a765e26e2e18b8
parent50193a0a5ae55333a295f3fb1ea4c6573a8a0e5d (diff)
downloadhttpd-462252af587114b303f0391f692f9daf45672310.tar.gz
httpd-462252af587114b303f0391f692f9daf45672310.tar.xz
httpd-462252af587114b303f0391f692f9daf45672310.zip
Add migration.xml targets.
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9b61dc..74f844d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,14 @@
# 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
SPECFILE = $(firstword $(wildcard *.spec))
UPSTREAM_CHECKS = asc
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
+