Use p_doc.css for the Homepage for consistency
authoroes <oes@users.sourceforge.net>
Fri, 24 May 2002 00:03:49 +0000 (00:03 +0000)
committeroes <oes@users.sourceforge.net>
Fri, 24 May 2002 00:03:49 +0000 (00:03 +0000)
GNUmakefile.in

index c82a480..2429ec1 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.102 2002/05/16 01:20:17 hal9 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/
@@ -578,7 +578,7 @@ dok-readme:
 # webserver files
 dok-webserver: 
        cd doc/source/webserver && $(DB)-notoc -V nochunks index.sgml > ../../webserver/index.html
-       $(PERL) -pi.bak -e 's/..\/p_doc.css/p_web.css/;\
+       $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.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/\.\d\. //'\
@@ -839,6 +839,9 @@ 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.
 #