X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=58002f2031376083eadfc51715a8326a8f61b566;hp=4f70ec866be9df95e92169adb9ca445527e3ff39;hb=8c4b47f25c83422d3643ab976bceb704c2a3698a;hpb=5dbd02d1bac82a741d17cd8a1a1b5b5b0ee810ae diff --git a/GNUmakefile.in b/GNUmakefile.in index 4f70ec86..58002f20 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,8 +1,8 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.209 2012/09/20 10:43:41 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.213 2013/01/09 15:06:30 fabiankeil Exp $ # -# Written by and Copyright (C) 2001-2011 members of the +# Written by and Copyright (C) 2001-2013 members of the # Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written @@ -571,22 +571,20 @@ dok-release: # rm -fr $(DOC_TMP) # The main Privoxy config file, generated from sgml sources. -# NOTE: This will require some hand editing. The new file is outputted -# as config.new so that problem sections can be compared to previous -# version. This is hardcored to w3m for html/text conversion. +# NOTE: This will require some hand editing. config-file: dok-release cd doc/source && $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\ - env -u LANG w3m -dump -cols 67 __tmp.html > ../../config.new && $(RM) -r __tmp.* - $(PERL) -i.bak utils/prepare-configfile.pl config.new + env -u LANG LC_ALL=C w3m -dump -cols 67 __tmp.html > ../../config && $(RM) __tmp.* + $(PERL) -i.bak utils/prepare-configfile.pl config $(RM) *.bak @$(ECHO) "****************************************************" - @$(ECHO) "The output file is config.new." - @$(ECHO) "Now -- you need to hand edit the results!!!" + @$(ECHO) "The config file has been optimistically updated" + @$(ECHO) "Now -- you may need to hand edit the results!" @$(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) "might have gotten hammered." @$(ECHO) "****************************************************" # config file, alternate version using lynx (perl stuff unfinished). Lynx