web/hosts/www Makefile.in,1.30,1.31
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-serv1260 Modified Files: Makefile.in Log Message: Make sure that the screenshots will show up. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/web/hosts/www/Makefile.in,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Makefile.in 4 May 2003 18:25:30 -0000 1.30 +++ Makefile.in 5 May 2003 07:42:46 -0000 1.31 @@ -35,11 +35,15 @@ cp snapshots-header.html $(sitedir)/root/snapshots/header.html mkdir -p $(sitedir)/root/irc-logs cp $(topdir)/data/irc-logs/*.html $(sitedir)/root/irc-logs + mkdir -p $(sitedir)/root/data if [ ! -e $(sitedir)/root/docs ] ; then \ ln -s $(topdir)/data/docs $(sitedir)/root/docs ; \ fi ; if [ ! -e $(sitedir)/root/glyphs ] ; then \ ln -s $(topdir)/glyphs $(sitedir)/root/glyphs ; \ + fi ; + if [ ! -e $(sitedir)/root/data/screenshots ] ; then \ + ln -s $(topdir)/data/screenshots $(sitedir)/root/data/screenshots ; \ fi ; date > $(sitedir)/root/last_updated.txt ifdef fresco_doc