From 3da66036a155284c0d1346936ef9452ec6655dcf Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Dec 2017 13:17:48 +0100 Subject: [PATCH 1/1] Add a web-sponsors target to only update the sponsoring page --- GNUmakefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index db2c8f10..892ce38b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -659,6 +659,10 @@ web-faq: @$(ECHO) Updating the FAQ on the webserver ... @$(RSYNC) doc/webserver/faq/*.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/faq +web-sponsors: + @$(ECHO) "Updating the sponsor page (index.html) only ..." + @$(RSYNC) doc/webserver/sponsors/index.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/sponsors/ + 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/ -- 2.39.2