for lazy swa
authorswa <swa@users.sourceforge.net>
Fri, 29 Mar 2002 19:45:45 +0000 (19:45 +0000)
committerswa <swa@users.sourceforge.net>
Fri, 29 Mar 2002 19:45:45 +0000 (19:45 +0000)
GNUmakefile.in

index 14d53ec..3d3f734 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.43 2002/03/29 07:40:03 swa Exp $
+# $Id: GNUmakefile.in,v 1.44 2002/03/29 17:42:44 gliptak Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -558,6 +558,14 @@ webserver:
        find doc/webserver -type d -exec chmod a+rx {} \;
        cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
+webquick:
+       find doc/webserver -type f -exec chmod 664 {} \;
+# not sure if we need next line.swa.
+       chmod 775 doc/webserver/redirect.php
+       find doc/webserver -type d -exec chmod a+rx {} \;
+       cd doc/webserver/submit && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/submit
+
+
 #############################################################################
 # Source file dependencies
 #############################################################################
@@ -656,6 +664,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.44  2002/03/29 17:42:44  gliptak
+# Correcting for Solaris tar limitations
+#
 # Revision 1.43  2002/03/29 07:40:03  swa
 # fixed make webserver. doh
 #