X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=GNUmakefile.in;h=9718cd5e737c64e6126fb3bc151eaf14a6380935;hb=70b1d7f85d55edbece00636c456fd032685daf44;hp=cac549dd70a2311aeb2869ef9f40855a1bc082cc;hpb=463e64b46635fcc828f867eb9cfebb056eb65639;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index cac549dd..9718cd5e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.227 2014/10/21 15:31:05 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.228 2014/10/21 15:31:16 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2014 members of the # Privoxy team. http://www.privoxy.org/ @@ -646,6 +646,12 @@ web-faq: @$(ECHO) Enforcing reasonable permissions ... @$(SSH) shell.sourceforge.net 'find $(WWW_ROOT)/htdocs/faq/ -type f | xargs chmod 664 2>/dev/null' +web-user-manual: + @$(ECHO) Updating the user manual on the webserver (do not use in case of version changes) ... + @$(RSYNC) doc/webserver/user-manual/*.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/user-manual/ + @$(ECHO) Enforcing reasonable permissions ... + @$(SSH) shell.sourceforge.net 'find $(WWW_ROOT)/htdocs/user-manual/ -type f | xargs chmod 664 2>/dev/null' + ############################################################################# # # Try to clean up the generated HTML files.