Let the dok-webserver target inject the new logo into the homepage
authorFabian Keil <fk@fabiankeil.de>
Fri, 11 Dec 2020 06:11:50 +0000 (07:11 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 11 Dec 2020 06:37:38 +0000 (07:37 +0100)
GNUmakefile.in

index a1151fd..2630d4c 100644 (file)
@@ -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/<\/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:
      doc/webserver/index.html && $(RM) doc/webserver/*.bak
 
 # privoxy-index.html for local documentation: