From a5a23ebe3374e91d7d59b707bb017982ab99990b Mon Sep 17 00:00:00 2001
From: Fabian Keil
Date: Tue, 22 Dec 2020 12:28:33 +0100
Subject: [PATCH] Let the dok-webserver target turn the www.lalal.ai marker
into an image link
---
GNUmakefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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@(\1@; s@(
\n\1@;' \
+ s@(Privoxy is a non-caching)@
\n\1@; \
+ s@www.lalal.ai@
\n@;' \
doc/webserver/index.html && $(RM) doc/webserver/*.bak
# privoxy-index.html for local documentation:
--
2.49.0