web/hosts/lists Makefile.in,1.2,1.3

Tobias Hunger <[email protected]> Sat, 17 Jan 2004 12:31:09 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/lists
In directory purcel:/tmp/cvs-serv26705/hosts/lists

Modified Files:
	Makefile.in 
Log Message:
* Remove stale link to Stefan's Linuxpower.org interview
* Add link to Stefan's fosdem.org interview
* Add link to the PDF of my presentation at fosdem last year.
* Add interviews section to "links.xml"
* Have the lists-site's Makefile create directories before trying to copy
  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	17 Jan 2004 11:30:03 -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%&lt;%<%g" -e "s%&gt;%>%g" > $@
 
 clean:
-	rm -f *.html
\ No newline at end of file
+	rm -f *.html