[Privoxy-commits] [privoxy] 01/03: GNUMakefile.in: Add a web-rss-feed target that only syncs the RSS feed
User Git
git at git.privoxy.org
Tue Jan 6 07:42:30 CET 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 754a777fdc2e5e253066d6ffccb8776091ccc125
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 6 07:37:57 2026 +0100
GNUMakefile.in: Add a web-rss-feed target that only syncs the RSS feed
---
GNUmakefile.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 0e19cb71..a44a7718 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -700,6 +700,10 @@ web-robots.txt:
@$(ECHO) "Updating the robots.txt only ..."
@$(RSYNC) doc/webserver/robots.txt shell.sourceforge.net:$(WWW_ROOT)/htdocs/
+web-rss-feed:
+ @$(ECHO) "Updating the rss feed only only ..."
+ @$(RSYNC) doc/webserver/feeds/ shell.sourceforge.net:$(WWW_ROOT)/htdocs/feeds/
+
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