X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=windows%2FGNUmakefile;h=e807cd2945ec9911fa46827aaa0d3c85a8745390;hb=3671a38a6e948b959befb8ca23698e35b039b065;hp=5beec44ec774a9c4bd14a37c0f672f6c63cd7cd6;hpb=36315694410b9ab6432ec90dab80b9b05e68da8b;p=privoxy.git diff --git a/windows/GNUmakefile b/windows/GNUmakefile index 5beec44e..e807cd29 100755 --- a/windows/GNUmakefile +++ b/windows/GNUmakefile @@ -53,7 +53,7 @@ DOSFILTER = $(SED) -e $$'s,$$,\r,' # Path to NSIS # MAKENSIS = ./nsis/nsis-2.30.exe -MAKENSIS = ./nsis-3.03/makensis.exe +MAKENSIS = /source/nsis-3.03/makensis.exe ########################################################################## @@ -164,9 +164,6 @@ webdoc: $(DEST)/doc/developer-manual $(DEST)/doc/faq $(DEST)/doc/user-manual 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) < $< > $@