From: hal9 <hal9@users.sourceforge.net>
Date: Wed, 3 Apr 2002 02:56:18 +0000 (+0000)
Subject: Revert previous FAQ numbering kludge.
X-Git-Tag: v_2_9_14~252
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/static/gitweb.js?a=commitdiff_plain;h=6e891e33878d8c7c83bf5b0eb0f9612cbbf5fc44;p=privoxy.git

Revert previous FAQ numbering kludge.
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6cb5ee2f..3bdb8e4d 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.50 2002/04/02 03:46:24 hal9 Exp $
+# $Id: GNUmakefile.in,v 1.51 2002/04/02 13:03:56 oes Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -496,8 +496,6 @@ dok-user: doc/source/ldpOK.dsl
 dok-faq: doc/source/ldpOK.dsl
 	mkdir -p doc/text
 	rm -rf doc/webserver/faq
-# Turn off section numbering for FAQ
-	sed 's/(define %section-autolabel% #t)/(define %section-autolabel% #f)/' doc/source/ldpOK.dsl > tmp.dsl && mv -f tmp.dsl  doc/source/ldpOK.dsl
 	cd doc/source && $(DB2HTML) -s ldpOK.dsl faq.sgml && mv faq ../webserver
 	cd doc/source && $(DB2HTML) -s ldpOK.dsl --nochunks faq.sgml > tmp.html && lynx -dump tmp.html > ../text/faq.txt && rm -rf tmp.html faq
 
@@ -541,8 +539,6 @@ redhat-dok: doc/source/ldpOK.dsl man2html
           developer-manual
 ##  faq
 	rm -rf doc/webserver/faq
-# Turn off section numbering for FAQ
-	sed 's/(define %section-autolabel% #t)/(define %section-autolabel% #f)/' doc/source/ldpOK.dsl > tmp.dsl && mv -f tmp.dsl  doc/source/ldpOK.dsl
 	cd doc/source/faq && $(DB) ../faq.sgml && cd .. && mv faq ../webserver
 	cd doc/source && $(DB) -V nochunks faq.sgml > tmp.html && $(WDUMP) \
           tmp.html > ../text/faq.txt && rm -rf tmp.html faq
@@ -682,6 +678,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.51  2002/04/02 13:03:56  oes
+# Added fix for webserver permissions
+#
 # Revision 1.50  2002/04/02 03:46:24  hal9
 # Rewrite ldpOK.dsl so that sections are NOT numbered on FAQ, in an effort
 # to make the Table of Contents not so 'busy' looking. SuSE needs testing :)