From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 7 Dec 2020 03:00:06 +0000 (+0100)
Subject: windows: Remove obsolete '$(DEST)/doc/images' target
X-Git-Tag: v_3_0_30~271^2~55
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/faq/@default-cgi@send-stylesheet?a=commitdiff_plain;h=36315694410b9ab6432ec90dab80b9b05e68da8b;p=privoxy.git

windows: Remove obsolete '$(DEST)/doc/images' target
---

diff --git a/windows/GNUmakefile b/windows/GNUmakefile
index 61fdf88c..5beec44e 100755
--- a/windows/GNUmakefile
+++ b/windows/GNUmakefile
@@ -159,7 +159,7 @@ $(DEST)/templates/%: $(SOURCE)/templates/% $(DEST)/templates
 
 doc: $(DEST)/AUTHORS.txt $(DEST)/README.txt $(DEST)/LICENSE.txt
 
-webdoc: $(DEST)/doc/developer-manual $(DEST)/doc/faq $(DEST)/doc/images $(DEST)/doc/user-manual
+webdoc: $(DEST)/doc/developer-manual $(DEST)/doc/faq $(DEST)/doc/user-manual
 	cp $(SOURCE)/doc/webserver/p_doc.css $(DEST)/doc
 	cp $(SOURCE)/doc/webserver/p_doc.css $(DEST)/doc/user-manual/
 
@@ -183,9 +183,6 @@ $(DEST)/doc/faq: $(DEST)/doc $(SOURCE)/doc/webserver/faq/index.html
 	test -d $(DEST)/doc/faq              || mkdir $(DEST)/doc/faq
 	cp    $(SOURCE)/doc/webserver/faq/*.html $(DEST)/doc/faq/
 
-$(DEST)/doc/images: $(DEST)/doc
-	cp -r $(SOURCE)/doc/webserver/images/ $(DEST)/doc
-
 ##########################################################################
 # That's all, folks!
 ##########################################################################