web/hosts/issues/reports Makefile.in,1.9,1.10

Tobias Hunger <[email protected]> Wed, 20 Aug 2003 11:48:38 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/issues/reports
In directory purcel:/tmp/cvs-serv26550/reports

Modified Files:
	Makefile.in 
Log Message:
Fix installation of schema.*


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/reports/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.in	20 Aug 2003 13:03:18 -0000	1.9
+++ Makefile.in	20 Aug 2003 16:48:35 -0000	1.10
@@ -4,6 +4,8 @@
 
 xsl	+= $(srcdir)/reports.xsl
 
+raw	:= schema.png schema.html
+
 reports	:= status.html tasks.html
 
 vpath %.xml $(srcdir)
@@ -15,7 +17,7 @@
 install: all
 	mkdir -p $(sitedir)/reports/
 	cp $(reports) $(sitedir)/reports/
-	cp $(srcdir)/reports/schema.html $(srcdir)/reports/schema.png $(sitedir)/reports
+	cp $(patsubst %, $(srcdir)/%, $(raw)) $(sitedir)/reports
 
 status.html:	status.xml status_data.xml $(data) $(xsl)
 	@echo generating $@