web/hosts/issues Makefile.in,1.5,1.6
Tobias Hunger <[email protected]> Wed, 20 Aug 2003 11:33:25 -0500
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/issues In directory purcel:/tmp/cvs-serv25997/hosts/issues Modified Files: Makefile.in Log Message: Fix components, topics and platforms selections for searching. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/web/hosts/issues/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.in 20 Aug 2003 11:33:04 -0000 1.5 +++ Makefile.in 20 Aug 2003 16:33:22 -0000 1.6 @@ -21,8 +21,11 @@ cp $(srcdir)/graph.py $(sitedir)/cgi-bin/graph.cgi chmod a+w $(sitedir)/cgi-bin/graph.cgi mkdir -p $(sitedir)/root - ln -s ../../www/root/glyphs $(sitedir)/root/glyphs - ln -s ../../www/root/default.css $(sitedir)/root/default.css + test -d $(sitedir)/root/glyphs -o -L $(sitedir)/root/glyphs || \ + ln -s ../../www/root/glyphs $(sitedir)/root/glyphs + test -f $(sitedir)/root/default.css -o \ + -L $(sitedir)/root/default.css || \ + ln -s ../../www/root/default.css $(sitedir)/root/default.css clean: $(MAKE) action="clean"