Add a web-sponsors target to only update the sponsoring page
authorFabian Keil <fk@fabiankeil.de>
Mon, 25 Dec 2017 12:17:48 +0000 (13:17 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 1 Mar 2018 10:42:48 +0000 (11:42 +0100)
GNUmakefile.in

index db2c8f1..892ce38 100644 (file)
@@ -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/