From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 11 Dec 2020 06:11:50 +0000 (+0100)
Subject: Let the dok-webserver target inject the new logo into the homepage
X-Git-Tag: v_3_0_30~271^2~1
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/@proxy-info-url@?a=commitdiff_plain;h=5b7649ee2d603c8f6d1b3a53834cd767276c8916;p=privoxy.git

Let the dok-webserver target inject the new logo into the homepage
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index a1151fd1..2630d4c7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -586,7 +586,8 @@ dok-webserver:
 	s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps users to protect their privacy.\"><\/HEAD/;\
 	s/\.\d\. //;\
 	s/__copy/&copy;/;\
-	s@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@' \
+	s@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@;\
+	s@(Privoxy is a non-caching)@<img src="images/privoxy.png" align="right">\n\1@;' \
      doc/webserver/index.html && $(RM) doc/webserver/*.bak
 
 # privoxy-index.html for local documentation: