# Note: Makefile is built automatically from Makefile.in
#
-# $Id: GNUmakefile.in,v 1.218 2013/01/25 14:17:35 fabiankeil Exp $
+# $Id: GNUmakefile.in,v 1.220 2013/02/05 14:01:38 fabiankeil Exp $
#
# Written by and Copyright (C) 2001-2013 members of the
# Privoxy team. http://www.privoxy.org/
# The main Privoxy config file, generated from sgml sources.
# NOTE: This will require some hand editing.
-config-file: dok-release
- cd doc/source && $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\
- $(W3M_DUMP) -cols 67 __tmp.html > ../../config && $(RM) __tmp.*
- $(PERL) -i.bak utils/prepare-configfile.pl config
+config-file: dok-release generate-config-file
- $(RM) *.bak
+ $(RM) config.bak config.html
@$(ECHO) "****************************************************"
@$(ECHO) "The config file has been optimistically updated"
@$(ECHO) "Now -- you may need to hand edit the results!"
@$(ECHO) "might have gotten hammered."
@$(ECHO) "****************************************************"
+generate-config-file:
+ cd doc/source && $(DB)-notoc -iconfig-file -V nochunks config.sgml > ../../config.html
+ $(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: