[Privoxy-commits] [privoxy] 01/11: Unbreak man target
User Git
git at git.privoxy.org
Sat Apr 11 17:37:42 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 752c9d6c98de9d385b218fb6a7fd11d18a40c57c
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Apr 11 17:32:59 2026 +0200
Unbreak man target
---
GNUmakefile.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 7b6d4165..214a8e19 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -548,13 +548,13 @@ dok-man:
man: dok-release
mkdir -p doc/source/temp && cd doc/source/temp && $(RM) * ;\
$(NSGMLS) ../privoxy-man-page.sgml | sgmlspl ../../../utils/docbook2man/docbook2man-spec.pl &&\
- perl -pi.bak -e 's/ <URL:.*>//; s/\[ /\[/g' man/$(PRIVOXY_MAN_PAGE) ;\
- perl -pi.bak -e "s/\[ /\[/g;s/�/\\\\['a]/g;s/�/\\\\['e]/g" man/$(PRIVOXY_MAN_PAGE); \
- perl -pi.bak -e "s/�/\\\\[:o]/g" man/$(PRIVOXY_MAN_PAGE); \
- perl -pi.bak -e 's/([ {])-([a-z])/$$1\\-$$2/g' man/$(PRIVOXY_MAN_PAGE); \
- perl -pi.bak -e 's/ --([a-z])/ \\-\\-$$1/g' man/$(PRIVOXY_MAN_PAGE); \
- perl -pi.bak -e 's/\\fB--/\\fB\\-\\-/g' man/$(PRIVOXY_MAN_PAGE); \
- $(DB) ../privoxy-man-page.sgml && $(MV) -f man/$(PRIVOXY_MAN_PAGE) ../../../$(PRIVOXY_MAN_PAGE)
+ perl -pi.bak -e 's/ <URL:.*>//; s/\[ /\[/g' $(PRIVOXY_MAN_PAGE) ;\
+ perl -pi.bak -e "s/\[ /\[/g;s/�/\\\\['a]/g;s/�/\\\\['e]/g" $(PRIVOXY_MAN_PAGE); \
+ perl -pi.bak -e "s/�/\\\\[:o]/g" $(PRIVOXY_MAN_PAGE); \
+ perl -pi.bak -e 's/([ {])-([a-z])/$$1\\-$$2/g' $(PRIVOXY_MAN_PAGE); \
+ perl -pi.bak -e 's/ --([a-z])/ \\-\\-$$1/g' $(PRIVOXY_MAN_PAGE); \
+ perl -pi.bak -e 's/\\fB--/\\fB\\-\\-/g' $(PRIVOXY_MAN_PAGE); \
+ $(DB) ../privoxy-man-page.sgml && $(MV) -f $(PRIVOXY_MAN_PAGE) ../../../man/$(PRIVOXY_MAN_PAGE)
# For those with man2html ala RH7s.
man2html:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list