web/hosts/lists Makefile.in,1.2,1.3
Tobias Hunger <[email protected]> Sun, 06 Jun 2004 10:04:10 +0200
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/lists
In directory frida:/tmp/cvs-serv6585/hosts/lists
Modified Files:
Makefile.in
Log Message:
Mkdir sirectories before copying files into them.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/lists/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.in 10 Nov 2002 20:31:35 -0000 1.2
+++ Makefile.in 6 Jun 2004 08:03:14 -0000 1.3
@@ -12,6 +12,7 @@
# cp $(pages) $(sitedir)/devel
# cp $(pages) $(sitedir)/announce
# cp $(pages) $(sitedir)/changes
+ mkdir -p $(sitedir)/root
cp $(topdir)/xsl/default.css $(sitedir)/root
%.html: %.xml $(data) menu.xml $(xsl)
@@ -21,4 +22,4 @@
sed -e "s%</MM.*>%%g" -e "s%<%<%g" -e "s%>%>%g" > $@
clean:
- rm -f *.html
\ No newline at end of file
+ rm -f *.html