web/hosts/www Makefile.in,1.28,1.29
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/www
In directory purcel:/tmp/cvs-serv27610
Modified Files:
Makefile.in
Log Message:
Let there really be glyphs:-) Stupid typo in the test made make fail the
secound time round.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/www/Makefile.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.in 4 May 2003 12:52:27 -0000 1.28
+++ Makefile.in 4 May 2003 13:12:22 -0000 1.29
@@ -39,7 +39,7 @@
ln -s $(topdir)/data/docs $(sitedir)/root/docs ; \
fi ; \
if [ ! -e $(sitedir)/root/glyphs ] ; then \
- ln -s $(topdir)/data/glyphs $(sitedir)/root/glyphs ; \
+ ln -s $(topdir)/glyphs $(sitedir)/root/glyphs ; \
fi
ifdef fresco_doc
$(MAKE) -C tutorial install sitedir=$(sitedir)