X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=GNUmakefile.in;h=8f0524fe48ca851a2892027e05790ee04b61a885;hb=203ca7777558b3c34d30743a20b61e10ca500459;hp=f2a0380114ef3033066962f1c846457fca9d0d86;hpb=0d508593861ce547d7cff8dfabd97a93ea9b9047;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index f2a03801..8f0524fe 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # 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.99 2002/05/08 13:42:07 hal9 Exp $ # # 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<\/HEAD/;\ - s/<\/HEAD/\n<\/HEAD/'\ + s/<\/HEAD/\n<\/HEAD/;\ + s/\.\d\. //'\ doc/webserver/index.html && $(RM) doc/source/webserver/*.bak # Main documentation target. @@ -819,6 +820,13 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.99 2002/05/08 13:42:07 hal9 +# This fixes the numbering problem on index.html in contact info section (.1.). Using +# perl, since its way too convoluted to try to fix proper with docbook. +# +# 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