[Privoxy-commits] [privoxy] 03/03: GNUmakefile.in: Add a web-robots.txt target to only transfer the robots.txt to the SF server

User Git git at git.privoxy.org
Thu Dec 4 23:10:03 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 7af9ec715b1740a37e35e7c5c4f17745a7e355c9
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 4 08:53:01 2025 +0100

    GNUmakefile.in: Add a web-robots.txt target to only transfer the robots.txt to the SF server
---
 GNUmakefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index a5b993af..0e19cb71 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -696,6 +696,10 @@ web-faq:
 	@$(ECHO) Updating the FAQ on the webserver ...
 	@$(RSYNC) doc/webserver/faq/*.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/faq
 
+web-robots.txt:
+	@$(ECHO) "Updating the robots.txt only ..."
+	@$(RSYNC) doc/webserver/robots.txt shell.sourceforge.net:$(WWW_ROOT)/htdocs/
+
 web-sponsors:
 	@$(ECHO) "Updating the sponsor page (index.html) only ..."
 	@$(RSYNC) doc/webserver/sponsors/index.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/sponsors/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list