[Privoxy-commits] [privoxy] 31/48: Let the dok-readme target fix the location embedded into the README file
User Git
git at git.privoxy.org
Thu Dec 17 14:18:07 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 79cedb75df33fffda463939830471b265a283b15
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Dec 16 10:49:31 2020 +0100
Let the dok-readme target fix the location embedded into the README file
This used to be done by CVS but since the git migration
it has to be done throuhg other means.
---
GNUmakefile.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f0b75ba0..651c3063 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -574,6 +574,7 @@ groff2html:
dok-readme: dok-release
cd doc/source && $(DB_TXT)-notoc -V nochunks readme.sgml > tmp.html &&\
$(W3M_DUMP) tmp.html > ../../README ;\
+ $(PERL) -pi'' -e 's at doc/source/readme\.sgml at README@' ../../README; \
$(DB_TXT)-notoc -V nochunks install.sgml > tmp.html &&\
$(W3M_DUMP) tmp.html > ../../INSTALL ;\
$(RM) tmp.*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list