From: Fabian Keil <fk@fabiankeil.de> Date: Tue, 22 Dec 2020 11:28:33 +0000 (+0100) Subject: Let the dok-webserver target turn the www.lalal.ai marker into an image link X-Git-Tag: v_3_0_30~179 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/user-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=a5a23ebe3374e91d7d59b707bb017982ab99990b;p=privoxy.git Let the dok-webserver target turn the lalal.ai marker into an image link --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 873d46b6..f60d2d41 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -590,7 +590,8 @@ dok-webserver: s/\.\d\. //;\ s/__copy/©/;\ 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" alt="Privoxy logo">\n\1@;' \ + s@(Privoxy is a non-caching)@<img src="images/privoxy.png" align="right" alt="Privoxy logo">\n\1@; \ + s@www.lalal.ai@<a href="https://www.lalal.ai/"><img src="images/sponsors/lalal.ai_logo.png" align="middle" alt="Lalal.ai logo"></a>\n@;' \ doc/webserver/index.html && $(RM) doc/webserver/*.bak # privoxy-index.html for local documentation: