web/hosts/issues Makefile.in,1.4,1.5
Tobias Hunger <[email protected]> Wed, 20 Aug 2003 06:33:10 -0500
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/issues
In directory purcel:/tmp/cvs-serv14118/hosts/issues
Modified Files:
Makefile.in
Log Message:
* Add files to reenable user registration (new files needed for the email
challenge introduced in roundup 0.6)
* Install html/home (the file is in CVS, the page on the active tracker
says somebody deleted that file?)
* Make sure directories are there before installing into them.
* Report-generation gracefully fails now (generates empty reports) if
the tracker is not available.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in 21 Jan 2003 04:36:35 -0000 1.4
+++ Makefile.in 20 Aug 2003 11:33:04 -0000 1.5
@@ -17,8 +17,12 @@
install:
$(MAKE) action="install" sitedir=$(sitedir)
cp $(patsubst %, $(srcdir)/%, $(roundup)) $(sitedir)/
+ mkdir -p $(sitedir)/cgi-bin
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
clean:
$(MAKE) action="clean"