From d52dc0eea091d8446bbd8dd0938b5abf8c534d07 Mon Sep 17 00:00:00 2001 From: swa Date: Fri, 29 Mar 2002 19:45:45 +0000 Subject: [PATCH 1/1] for lazy swa --- GNUmakefile.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 14d53ecc..3d3f7341 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 # -- 2.39.2