# Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.49 2002/03/30 22:20:12 swa Exp $
+# $Id: GNUmakefile.in,v 1.50 2002/04/02 03:46:24 hal9 Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
        @$(ECHO) Note that this command scps all stuff to the webserver,
        @$(ECHO) it will not remove obsolete documents.
        @$(ECHO) -------------------------------------------------------
-       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 && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
+       @$(ECHO) Fixing permissions
+       @ssh ijbswa.sourceforge.net chmod -R g+rw /home/groups/i/ij/ijbswa/htdocs/ 2> /dev/null
 
 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
+       cd doc/webserver/actions && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/actions
+       @$(ECHO) Fixing permissions
+       @ssh ijbswa.sourceforge.net chmod -R g+rw /home/groups/i/ij/ijbswa/htdocs/actions 2> /dev/null
 
 
 #############################################################################
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.50  2002/04/02 03:46:24  hal9
+# Rewrite ldpOK.dsl so that sections are NOT numbered on FAQ, in an effort
+# to make the Table of Contents not so 'busy' looking. SuSE needs testing :)
+#
 # Revision 1.49  2002/03/30 22:20:12  swa
 # cd didn't work. neither did find.
 #