From cc5edc5601aa34ee944f35478e3f1cb4d3f8330b Mon Sep 17 00:00:00 2001 From: hal9 Date: Wed, 29 May 2002 02:12:17 +0000 Subject: [PATCH] Ooops...forgot about perl -pi cygwin problem. Add -pi.bak. Also, the new target is 'make config-file', _not_ make config. --- GNUmakefile.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 80997117..03f278ec 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.104.2.2 2002/05/28 02:32:55 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.104.2.3 2002/05/29 02:05:48 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -706,12 +706,13 @@ announce: dok-release config-file: dok-release cd doc/source && $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\ $(WDUMP) -dump __tmp.html |fmt -w 70 > ../../config.new && $(RM) -r __tmp.* - $(PERL) -pi -e '/^\d\.\d\.\s+/ && tr/[a-z]/[A-Z]/;\ + $(PERL) -pi.bak -e '/^\d\.\d\.\s+/ && tr/[a-z]/[A-Z]/;\ s/^/# /;\ /Sample Configuration file/i && s/\s1\.\s/ /;\ /^# #{12,}/ && s/^# #/####/;\ s/^#\s+@@//;\ s/^#\s*-{20,}//' config.new + $(RM) *.bak @$(ECHO) "****************************************************" @$(ECHO) "The output file is config.new." @$(ECHO) "NOW -- hand edit the results!!!!!!!!!!!!!!!!!" @@ -882,6 +883,11 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.104.2.3 2002/05/29 02:05:48 hal9 +# 'make config' target added (WIP) for future generation of config file from +# text in u-m so the two are in sync. New generated config, which requires +# some hand editing for the time being. +# # Revision 1.104.2.2 2002/05/28 02:32:55 hal9 # New target 'make dok-index' for privoxy-index.html. Also, fixed *.bak files # not being cleaned up in doc/webserver. -- 2.39.2