This fixes the numbering problem on index.html in contact info section (.1.). Using
authorhal9 <hal9@users.sourceforge.net>
Wed, 8 May 2002 13:42:07 +0000 (13:42 +0000)
committerhal9 <hal9@users.sourceforge.net>
Wed, 8 May 2002 13:42:07 +0000 (13:42 +0000)
perl, since its way too convoluted to try to fix proper with docbook.

GNUmakefile.in

index f2a0380..5210d05 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.97 2002/04/27 20:27:43 swa Exp $
+# $Id: GNUmakefile.in,v 1.98 2002/05/03 14:33:06 oes Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -577,7 +577,8 @@ dok-webserver:
        cd doc/source/webserver && $(DB) -V nochunks index.sgml > ../../webserver/index.html
        $(PERL) -pi.bak -e 's/..\/p_doc.css/p_web.css/;\
      s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps consumers reduce unwanted junk email and protect their privacy from direct marketing companies.\"><\/HEAD/;\
        cd doc/source/webserver && $(DB) -V nochunks index.sgml > ../../webserver/index.html
        $(PERL) -pi.bak -e 's/..\/p_doc.css/p_web.css/;\
      s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps consumers reduce unwanted junk email and protect their privacy from direct marketing companies.\"><\/HEAD/;\
-       s/<\/HEAD/\n<meta name="MSSmartTagsPreventParsing" content="TRUE"><\/HEAD/'\
+       s/<\/HEAD/\n<meta name="MSSmartTagsPreventParsing" content="TRUE"><\/HEAD/;\
+       s/\.\d\.//'\
      doc/webserver/index.html && $(RM) doc/source/webserver/*.bak
 
 # Main documentation target.
      doc/webserver/index.html && $(RM) doc/source/webserver/*.bak
 
 # Main documentation target.
@@ -819,6 +820,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.98  2002/05/03 14:33:06  oes
+# Replaced ldp(OK).dsl handling with generation via autoconf; handle all file exeptions to src tarball via find
+#
 # Revision 1.97  2002/04/27 20:27:43  swa
 # no longer needed due to new
 # PACKAGE_VERSION process
 # Revision 1.97  2002/04/27 20:27:43  swa
 # no longer needed due to new
 # PACKAGE_VERSION process