X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=windows%2FGNUmakefile;h=68a5957e2605ad7fba37aafc28e68b661a4100a8;hb=ff3493f08f35e907620bc9d56ba202d7e1300a68;hp=5c6551ff752bd1c305cd4905ba0aa540fb329fc6;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39;p=privoxy.git diff --git a/windows/GNUmakefile b/windows/GNUmakefile index 5c6551ff..68a5957e 100755 --- a/windows/GNUmakefile +++ b/windows/GNUmakefile @@ -159,14 +159,11 @@ $(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/ -$(DEST)/doc/gpl.html: $(SOURCE)/doc/gpl.html $(DEST)/doc - $(DOSFILTER) < $< > $@ - $(DEST)/doc/%.txt : $(SOURCE)/doc/text/%.txt $(DEST)/doc $(DOSFILTER) < $< > $@ @@ -177,14 +174,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! ##########################################################################