web/hosts/download Makefile.in,1.6,1.7

Tobias Hunger <[email protected]> Wed, 20 Aug 2003 06:33:58 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/download
In directory purcel:/tmp/cvs-serv14543/hosts/download

Modified Files:
	Makefile.in 
Log Message:
Make directories before trying to copy files into them.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/download/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.in	22 Nov 2002 12:32:21 -0000	1.6
+++ Makefile.in	20 Aug 2003 11:33:55 -0000	1.7
@@ -10,6 +10,7 @@
 all: $(pages)
 
 install: $(pages)
+	mkdir -p $(sitedir)/root
 	cp index.html releases.html $(sitedir)/root
 	cp $(topdir)/xsl/default.css $(sitedir)/root
 	sed -n -e '/EOF/q' -e 'p' snapshots.html > snapshots-header.html; \
@@ -30,4 +31,4 @@
                -o $@ $(topdir)/xsl/fresco.xsl $<
 
 clean:
-	rm -f *.html
\ No newline at end of file
+	rm -f *.html