X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=c8af52441113a19144baafa3e3984d75608ab0af;hp=12edb479d0d14f21f1267d0ded59032ac3f2359c;hb=114c72fda4a6df07cd8a067a8fbafacaa3730c71;hpb=4ee6f667d9a3b3e70898780c6ca6f793a4698ab5 diff --git a/GNUmakefile.in b/GNUmakefile.in index 12edb479..c8af5244 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.114 2002/09/05 11:58:30 oes Exp $ +# $Id: GNUmakefile.in,v 1.115 2002/09/05 19:13:04 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -663,11 +663,16 @@ webserver: tidy @$(ECHO) it will not remove obsolete documents. @$(ECHO) ------------------------------------------------------- - @$(ECHO) Uploading + @$(ECHO) Uploading html @cd doc/webserver; \ upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \ $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm 2>&1 | grep -v timestamp' + @$(ECHO) Uploading pdf + @cd doc/pdf;\ + zip privoxy-pdf-docs *.pdf ;\ + scp -q privoxy-pdf-docs.zip ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/pdf + @$(ECHO) Fixing permissions @ssh ijbswa.sourceforge.net 'chmod -R 775 /home/groups/i/ij/ijbswa/htdocs 2>/dev/null; true' @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/ -type f | xargs chmod 664 2>/dev/null; true' @@ -814,6 +819,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.115 2002/09/05 19:13:04 hal9 +# Migrate Karstens make snapshot stuff (not tested). +# # Revision 1.114 2002/09/05 11:58:30 oes # Synced in some changes fromm the stable branch: # From Revision 1.104.2.14 2002/08/10 11:19:37 oes: