X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=2429ec18544d3533cfd45a51d0543ee009e8b48e;hp=91468d0b464e9b7960ac143a0089ae3cc3a06453;hb=c9b3aa23678a43c801e18965a06ba2f1918599ed;hpb=301785fcc62a2dfc93e8d277552bb83bc274609f diff --git a/GNUmakefile.in b/GNUmakefile.in index 91468d0b..2429ec18 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.101 2002/05/15 12:28:46 oes Exp $ +# $Id: GNUmakefile.in,v 1.103 2002/05/23 23:19:00 oes Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -571,14 +571,14 @@ else endif # readme page -dok-readme: +dok-readme: cd doc/source && $(DB) -V nochunks readme.sgml > tmp.html &&\ $(WDUMP) tmp.html > ../../README && $(RM) -r tmp.html # webserver files 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/;\ + cd doc/source/webserver && $(DB)-notoc -V nochunks index.sgml > ../../webserver/index.html + $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\ s/<\/HEAD/\n<\/HEAD/;\ s/<\/HEAD/\n<\/HEAD/;\ s/\.\d\. //'\ @@ -839,6 +839,12 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.103 2002/05/23 23:19:00 oes +# Use dsl without TOC for the homepage +# +# Revision 1.102 2002/05/16 01:20:17 hal9 +# make announce target added. +# # Revision 1.101 2002/05/15 12:28:46 oes # Trying to keep Hal happy :) #