From fc69a19455ef99135bbd575d2cfb939c0b090cda Mon Sep 17 00:00:00 2001 From: hal9 Date: Sun, 26 May 2002 17:19:34 +0000 Subject: [PATCH] Remove Table of Contents from readme with oes's dsl trick. --- GNUmakefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 2429ec18..dd08968f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.103 2002/05/23 23:19:00 oes Exp $ +# $Id: GNUmakefile.in,v 1.104 2002/05/24 00:03:49 oes Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -572,7 +572,7 @@ endif # readme page dok-readme: - cd doc/source && $(DB) -V nochunks readme.sgml > tmp.html &&\ + cd doc/source && $(DB)-notoc -V nochunks readme.sgml > tmp.html &&\ $(WDUMP) tmp.html > ../../README && $(RM) -r tmp.html # webserver files @@ -613,7 +613,7 @@ groff2html: ## Make README redhat-readme: - cd doc/source && $(DB) -V nochunks readme.sgml > tmp.html && $(WDUMP) \ + cd doc/source && $(DB)-notoc -V nochunks readme.sgml > tmp.html && $(WDUMP) \ tmp.html > ../../README && $(RM) -r tmp.html ## Make AUTHORS file @@ -839,6 +839,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.104 2002/05/24 00:03:49 oes +# Use p_doc.css for the Homepage for consistency +# # Revision 1.103 2002/05/23 23:19:00 oes # Use dsl without TOC for the homepage # -- 2.49.0