From abdfa92fa3cbe084427a8f8adf3ce1b21e244d3d Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 6 Sep 2011 18:45:28 +0000
Subject: [PATCH] Fix the dok-tidy target to actually suppress backup file
 creation

---
 GNUmakefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 5dfdf6d9..ca627cc8 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.202 2011/09/04 11:09:05 fabiankeil Exp $
+# $Id: GNUmakefile.in,v 1.203 2011/09/04 11:11:17 fabiankeil Exp $
 #
 # Written by and Copyright (C) 2001-2011 members of the
 # Privoxy team. http://www.privoxy.org/
@@ -671,7 +671,7 @@ dok-get:
 dok-tidy:
 	for html_file in `find doc/webserver -name "*.html"`; do \
 		$(TIDY) $$html_file || $(TIDY) $$html_file; \
-		$(PERL) -i\'\' -e 's@^\s*<br>\s*$$@@; s@ +$$@@;' -n -p $$html_file; \
+		$(PERL) -i'' -e 's@^\s*<br>\s*$$@@; s@ +$$@@;' -n -p $$html_file; \
 	done
 
 
-- 
2.49.0