web/hosts/www Makefile.in,1.27,1.28
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-serv26260 Modified Files: Makefile.in Log Message: Let there be glyphs... Index: Makefile.in =================================================================== RCS file: /cvs/fresco/web/hosts/www/Makefile.in,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Makefile.in 4 Mar 2003 19:30:35 -0000 1.27 +++ Makefile.in 4 May 2003 12:52:27 -0000 1.28 @@ -37,7 +37,10 @@ cp $(topdir)/data/irc-logs/*.html $(sitedir)/root/irc-logs if [ ! -e $(sitedir)/root/docs ] ; then \ ln -s $(topdir)/data/docs $(sitedir)/root/docs ; \ - fi + fi ; \ + if [ ! -e $(sitedir)/root/glyphs ] ; then \ + ln -s $(topdir)/data/glyphs $(sitedir)/root/glyphs ; \ + fi ifdef fresco_doc $(MAKE) -C tutorial install sitedir=$(sitedir) endif