X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=f457703c1c843010a75f72baf0dad89830132d0a;hp=6fac8689fcd89f339058aacb30f4d4ad2e8601fc;hb=67531cf995def935da41ee91ccb7e356cac876eb;hpb=a2114c3dd10023c7ff9eae54e040b7dc5aa99756 diff --git a/GNUmakefile.in b/GNUmakefile.in index 6fac8689..f457703c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.229 2015/01/24 16:39:53 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.230 2015/01/24 16:40:07 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2014 members of the # Privoxy team. http://www.privoxy.org/ @@ -587,15 +587,6 @@ generate-config-file: $(W3M_DUMP) -cols 67 config.html > config $(PERL) -i.bak utils/prepare-configfile.pl config -# config file, alternate version using lynx (perl stuff unfinished). Lynx -# does not do so good a job. -config-file-alt: - cd doc/source && $(ECHO) -e ".h2 JUSTIFY\\nJUSTIFY:FALSE" > __tmp.lynx_cfg &&\ - $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\ - lynx -cfg=__tmp.lynx_cfg -width=78 -dump __tmp.html > ../../config.new && $(RM) -r __tmp.* - $(PERL) -pi -e 's/^( )//;\ - s/:$\/:\n/' config.new - ############################################################################# # # Webserver