web/hosts/www Makefile.in,1.29,1.30
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-serv5860 Modified Files: Makefile.in Log Message: Write the date for the last update into a file that can be get via WWW. Mirrorsites can use this information to decide wether they need to rebuild themselves. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/web/hosts/www/Makefile.in,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile.in 4 May 2003 13:12:22 -0000 1.29 +++ Makefile.in 4 May 2003 18:25:30 -0000 1.30 @@ -37,10 +37,11 @@ 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)/glyphs $(sitedir)/root/glyphs ; \ - fi + ln -s $(topdir)/glyphs $(sitedir)/root/glyphs ; \ + fi ; + date > $(sitedir)/root/last_updated.txt ifdef fresco_doc $(MAKE) -C tutorial install sitedir=$(sitedir) endif