Remove obsolete references to config.new
[privoxy.git] / windows / GNUmakefile
index 5c6551f..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/
 
@@ -177,14 +177,12 @@ $(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
        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!
 ##########################################################################