Author: dylan
Date: 2005-01-08 20:26:43 -0500 (Sat, 08 Jan 2005)
New Revision: 555

Modified:
   trunk/web/Makefile
Log:
permisions are set right now.


Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile  2005-01-09 01:17:15 UTC (rev 554)
+++ trunk/web/Makefile  2005-01-09 01:26:43 UTC (rev 555)
@@ -52,8 +52,8 @@
 
 
 build: $(targets)
-       find -not -path '*.svn*' -exec chmod -c g+rw,u+rw {} \;
-       find -not -path '*.svn*' -type d -exec chmod -c g+rwxs,u+rwx {} \;
+       find -not -path '*.svn*' -exec chmod -c g+rw,u+rw,o+r {} \;
+       find -not -path '*.svn*' -type d -exec chmod -c g+rwxs,u+rwx,o+rx {} \;
 
 
 upload:
@@ -78,8 +78,8 @@
        @$(TT) $(TTFLAGS) $< > $@
        @echo "FIX  $@"
        @$(FIX) $(FIXFLAGS) $@
-       @echo "TIDY $@"
-       @$(TIDY) $(TIDYFLAGS) -m $@
+#      @echo "TIDY $@"
+#      @$(TIDY) $(TIDYFLAGS) -m $@
 
 
 %.css: %.tcss $(GDEPENDS)


Reply via email to