web/hosts/download Makefile.in,1.7,1.8 hosts.xml,1.6,1.7
Tobias Hunger <[email protected]> Mon, 09 Feb 2004 20:18:25 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/download
In directory frida:/tmp/cvs-serv7828
Modified Files:
Makefile.in hosts.xml
Log Message:
Copy glyphs.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/download/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.in 20 Aug 2003 11:33:55 -0000 1.7
+++ Makefile.in 9 Feb 2004 20:18:22 -0000 1.8
@@ -23,6 +23,8 @@
for dir in `find $(sitedir)/root/releases -type d`; do \
cp general-header.html $${dir}/header.html; \
done
+ mkdir -p $sitedir)/root/glyphs
+ cp -r $(topdir)/glyphs/* $(sitedir)/root/glyphs
%.html: %.xml $(data) menu.xml $(xsl)
@echo generating $@
Index: hosts.xml
===================================================================
RCS file: /cvs/fresco/web/hosts/download/hosts.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hosts.xml 21 Nov 2002 17:56:12 -0000 1.6
+++ hosts.xml 9 Feb 2004 20:18:22 -0000 1.7
@@ -4,11 +4,11 @@
to generate the html hrefs
-->
<hosts>
- <host name="www">http://www2.fresco.org/</host>
+ <host name="www">http://www.fresco.org/</host>
<host name="www2">http://www2.fresco.org/</host>
<host name="src">http://src.fresco.org/</host>
- <host name="doc">http://www2.fresco.org/doc/</host>
- <host name="glyphs">http://www2.fresco.org/glyphs/</host>
+ <host name="doc">http://www.fresco.org/doc/</host>
+ <host name="glyphs">/glyphs/</host>
<host name="issues">http://issues.fresco.org/</host>
<host name="search">http://search.fresco.org/</host>
<host name="wiki">http://wiki.fresco.org/</host>