From: hal9 Date: Thu, 26 Sep 2002 22:50:02 +0000 (+0000) Subject: New user-manual examples in config-file are getting wrapped. Add warning. X-Git-Tag: v_3_0_1~116 X-Git-Url: http://www.privoxy.org/gitweb/@user-manual@@actions-help-prefix@CRUNCH-IF-NONE-MATCH?a=commitdiff_plain;h=2fe0363ac9e3b2c60a30477cc56a075d32a11ed7;p=privoxy.git New user-manual examples in config-file are getting wrapped. Add warning. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 69f65018..2e1c4926 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.104.2.17 2002/08/16 03:19:34 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.104.2.18 2002/08/23 12:22:40 oes Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -822,8 +822,9 @@ config-file: dok-release @$(ECHO) "****************************************************" @$(ECHO) "The output file is config.new." @$(ECHO) "Now -- you need to hand edit the results!!!" - @$(ECHO) "In particular, check the Debug levels, and the" - @$(ECHO) "permit-access, forward & socks examples. They" + @$(ECHO) "In particular, check the Debug levels, the" + @$(ECHO) "permit-access, forward & socks examples and the" + @$(ECHO) "various user-manual examples, which all" @$(ECHO) "probably got hammered." @$(ECHO) "****************************************************" @@ -1007,6 +1008,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.104.2.18 2002/08/23 12:22:40 oes +# Added warning to broken install target +# # Revision 1.104.2.17 2002/08/16 03:19:34 hal9 # More (minor) cleanup of html before pdf processing to make some relative # links work as pdf -> pdf. Upload pdf as zip archive now.