X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=fe0d47281007d98a37be6eb046abd2a02afe857e;hp=00bf6ccf48573f35733e29ad9b3831576a18c9c7;hb=a5dbb0e5928d5296b064b3fb635e4dd8016b3a51;hpb=078c345f510037f52ccc0f831822b968a42e3f0a diff --git a/GNUmakefile.in b/GNUmakefile.in index 00bf6ccf..fe0d4728 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.168 2008/05/23 18:03:12 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.169 2008/06/09 17:28:31 fabiankeil Exp $ # # Written by and Copyright (C) 2001 - 2007 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -948,7 +948,7 @@ dok-put: dok-get: cd /tmp ;\ - $(WGET) http://privoxy.org/docs/$(DOC_FILE) ;\ + $(WGET) http://www.privoxy.org/docs/$(DOC_FILE) ;\ $(TAR) -zxvf $(DOC_FILE) @@ -1372,6 +1372,10 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.169 2008/06/09 17:28:31 fabiankeil +# - Recommend https for releasing files. +# - Fix a warning about datarootdir being ignored. +# # Revision 1.168 2008/05/23 18:03:12 fabiankeil # - Shorten meta description inserted in dok-webserver # and dok-index target.