windows: Remove obsolete '$(DEST)/doc/images' target
[privoxy.git] / windows / GNUmakefile
index 61fdf88..5beec44 100755 (executable)
@@ -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!
 ##########################################################################