From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 26 Sep 2002 22:51:16 +0000 (+0000)
Subject: New user-manual examples in config-file are wrapping now. Add warning.
X-Git-Tag: v_3_1_archive_branchpoint~108
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/@proxy-info-url@?a=commitdiff_plain;h=ca920a77cad400f79b620d0307b69baba089f4ac;p=privoxy.git

New user-manual examples in config-file are wrapping now. Add warning.
---

diff --git a/doc/source/GNUmakefile.in b/doc/source/GNUmakefile.in
index b09d0934..c7dbaf4d 100644
--- a/doc/source/GNUmakefile.in
+++ b/doc/source/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.6 2002/09/06 01:58:28 hal9 Exp $
+# $Id: GNUmakefile.in,v 1.7 2002/09/16 06:04:34 hal9 Exp $
 #
 # Location: doc/source/Makefile.in 
 # Purpose: Build documentation
@@ -350,8 +350,9 @@ config-file: $(DOC_DIR)/doc_version.tmp
 	@$(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)  "****************************************************"
 
@@ -386,6 +387,11 @@ coffee:
 #############################################################################
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.7  2002/09/16 06:04:34  hal9
+# Improved $(VERSION) handling, and related cleanups, with minor changes to most
+# targets. Renamed all dok-* targets to doc-*, and added some backward
+# compatibility targets.
+#
 # Revision 1.6  2002/09/06 01:58:28  hal9
 # Create a separate INSTALL file, and remove install instructions from README.
 # INSTALL is built from dok-readme target.