From: oes Date: Thu, 23 May 2002 23:19:00 +0000 (+0000) Subject: Use dsl without TOC for the homepage X-Git-Tag: v_3_0_branchpoint~23 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=389acf417f86264675628910cf550add0348cde4 Use dsl without TOC for the homepage --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 91468d0b..c82a480f 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.102 2002/05/16 01:20:17 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -571,13 +571,13 @@ 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 + cd doc/source/webserver && $(DB)-notoc -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/;\ @@ -839,6 +839,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# 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 :) #