Author: dylan
Date: 2004-12-29 16:38:02 -0500 (Wed, 29 Dec 2004)
New Revision: 463

Modified:
   trunk/web/Makefile
   trunk/web/templates/sidebar
Log:
Fixes to the chmoding part, and a link fixup on the sidebar.


Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile  2004-12-29 21:27:17 UTC (rev 462)
+++ trunk/web/Makefile  2004-12-29 21:38:02 UTC (rev 463)
@@ -46,7 +46,7 @@
 
 
 build: $(targets)
-       chmod -Rc g+rw *
+       chmod -R g+rwX,u+rwX .
        find -type d -exec chmod g+s {} \;
 
 
@@ -87,6 +87,9 @@
 stop:
        pperl -k $(TT_PATH)
        pperl -k $(FIX_PATH)
+else
+stop:
+       make FAST=1 stop
 endif
 
 .SUFFIXES:

Modified: trunk/web/templates/sidebar
===================================================================
--- trunk/web/templates/sidebar 2004-12-29 21:27:17 UTC (rev 462)
+++ trunk/web/templates/sidebar 2004-12-29 21:38:02 UTC (rev 463)
@@ -4,5 +4,5 @@
 <br />
 <a href="/clients/index.html">Clients</a>
 <br />
-<a href="/download/index.html">Download</a>
+<a href="/download.html">Download</a>
 <br />


Reply via email to