From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 7 Dec 2020 14:11:09 +0000 (+0100)
Subject: windows: Install the images referenced in the user manual
X-Git-Tag: v_3_0_30~271^2~56
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=80049eac50d2172ed7c884fa0ea4a8648e4ec389;p=privoxy.git

windows: Install the images referenced in the user manual
---

diff --git a/windows/GNUmakefile b/windows/GNUmakefile
index 5c6551ff..61fdf88c 100755
--- a/windows/GNUmakefile
+++ b/windows/GNUmakefile
@@ -177,6 +177,7 @@ $(DEST)/doc/developer-manual: $(DEST)/doc $(SOURCE)/doc/webserver/developer-manu
 $(DEST)/doc/user-manual: $(DEST)/doc $(SOURCE)/doc/webserver/user-manual/index.html
 	test -d $(DEST)/doc/user-manual      || mkdir $(DEST)/doc/user-manual
 	cp    $(SOURCE)/doc/webserver/user-manual/*.html $(DEST)/doc/user-manual/
+	cp    $(SOURCE)/doc/webserver/user-manual/*.jpg  $(DEST)/doc/user-manual/
 
 $(DEST)/doc/faq: $(DEST)/doc $(SOURCE)/doc/webserver/faq/index.html
 	test -d $(DEST)/doc/faq              || mkdir $(DEST)/doc/faq