New user-manual examples in config-file are getting wrapped. Add warning.
authorhal9 <hal9@users.sourceforge.net>
Thu, 26 Sep 2002 22:50:02 +0000 (22:50 +0000)
committerhal9 <hal9@users.sourceforge.net>
Thu, 26 Sep 2002 22:50:02 +0000 (22:50 +0000)
GNUmakefile.in

index 69f6501..2e1c492 100644 (file)
@@ -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.