web/hosts/wiki Makefile.in,1.7,1.8

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

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


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/wiki/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.in	21 Nov 2002 15:38:00 -0000	1.7
+++ Makefile.in	20 Aug 2003 11:33:56 -0000	1.8
@@ -9,6 +9,7 @@
 all: $(pages)
 
 install:	$(pages)
+	mkdir -p $(sitedir)/root
 	cp $(pages) $(srcdir)/moin_config.py $(sitedir)/root
 	cp $(topdir)/xsl/default.css $(sitedir)/root
 
@@ -21,4 +22,4 @@
                -o $@ $(topdir)/xsl/fresco.xsl $<
 
 clean:
-	rm -f *.html
\ No newline at end of file
+	rm -f *.html