From a5dbb0e5928d5296b064b3fb635e4dd8016b3a51 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 12 Jun 2008 16:38:50 +0000 Subject: [PATCH 1/1] Add third-level domain to URL in dok-get target. --- GNUmakefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.2