From: Fabian Keil Date: Sat, 20 May 2017 09:27:07 +0000 (+0000) Subject: Add a web-homepage target X-Git-Tag: v_3_0_27~164 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=476ee04001e5cd889119fa3ad1b57a0a0a86d406 Add a web-homepage target ... which only updates the index.html --- diff --git a/GNUmakefile.in b/GNUmakefile.in index e296ea04..e2fba662 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: GNUmakefile is built automatically from GNUmakefile.in # -# $Id: GNUmakefile.in,v 1.258 2017/03/27 10:20:42 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.259 2017/05/04 14:35:02 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2017 members of the # Privoxy team. https://www.privoxy.org/ @@ -628,6 +628,10 @@ web-actions: @$(ECHO) Updating the actions on the webserver ... @$(RSYNC) doc/webserver/actions/*.php shell.sourceforge.net:$(WWW_ROOT)/htdocs/actions +web-homepage: + @$(ECHO) "Updating the home page (index.html) only (be careful in case of version changes) ..." + @$(RSYNC) doc/webserver/index.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/ + web-faq: @$(ECHO) Updating the FAQ on the webserver ... @$(RSYNC) doc/webserver/faq/*.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/faq