projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cd5f176
)
Let the dok-webserver target inject the new logo into the homepage
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Dec 2020 06:11:50 +0000
(07:11 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Dec 2020 06:37:38 +0000
(07:37 +0100)
GNUmakefile.in
patch
|
blob
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index
a1151fd
..
2630d4c
100644
(file)
--- 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/©/;\
s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps users to protect their privacy.\"><\/HEAD/;\
s/\.\d\. //;\
s/__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: