web/hosts/download Makefile.in,1.8,1.9
Tobias Hunger <[email protected]> Mon, 09 Feb 2004 20:23:05 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/download
In directory frida:/tmp/cvs-serv8964
Modified Files:
Makefile.in
Log Message:
Fix typo.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/download/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.in 9 Feb 2004 20:18:22 -0000 1.8
+++ Makefile.in 9 Feb 2004 20:23:03 -0000 1.9
@@ -23,7 +23,7 @@
for dir in `find $(sitedir)/root/releases -type d`; do \
cp general-header.html $${dir}/header.html; \
done
- mkdir -p $sitedir)/root/glyphs
+ mkdir -p $(sitedir)/root/glyphs
cp -r $(topdir)/glyphs/* $(sitedir)/root/glyphs
%.html: %.xml $(data) menu.xml $(xsl)