From: hal9 Date: Fri, 28 Mar 2003 03:32:01 +0000 (+0000) Subject: Minor changes for Privoxy home page: X-Git-Tag: v_3_0_3~143 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=e20a1305d8908577466dcb5f32217bec7e2791d0;p=privoxy.git Minor changes for Privoxy home page: - Handle © more sanely - include link to announce.txt Also, disable 'make announce' target. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index d86c65d4..b5bfbb28 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.104.2.20 2002/10/25 02:44:22 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.104.2.21 2002/11/04 07:04:03 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -745,7 +745,8 @@ dok-webserver: $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\ s/<\/HEAD/\n<\/HEAD/;\ s/<\/HEAD/\n<\/HEAD/;\ - s/\.\d\. //'\ + s/\.\d\. //;\ + s/__copy/©/'\ doc/webserver/index.html && $(RM) doc/webserver/*.bak # privoxy-index.html for local documentation: @@ -754,10 +755,10 @@ dok-index: $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\ s/<\/HEAD/\n<\/HEAD/;\ s/<\/HEAD/\n<\/HEAD/;\ - s/\.\d\. //'\ + s/\.\d\. //;\ + s/__copy/©/' \ doc/webserver/privoxy-index.html && $(RM) doc/webserver/*.bak - # Main documentation target. dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors dok-index @$(ECHO) Documentation created. @@ -833,14 +834,14 @@ dok-pdf: dok-shtml # Create release announcement in text and html, with short and long versions. # This is a standalone target, and must be invoked directly. -announce: dok-release - mkdir -p $(DOC_TMP) - cd $(DOC_TMP) && cp -f ../announce.sgml . && $(DB) -iannounce-big announce.sgml &&\ - mv -f index.html announce.html && $(WDUMP) announce.html > announce.txt - cd $(DOC_TMP) && $(DB) announce.sgml &&\ - mv -f index.html announce-mini.html && $(WDUMP) announce-mini.html > announce-mini.txt &&\ - mv -f *html *txt ../../.. - rm -fr $(DOC_TMP) +# announce: dok-release +# mkdir -p $(DOC_TMP) +# cd $(DOC_TMP) && cp -f ../announce.sgml . && $(DB) -iannounce-big announce.sgml &&\ +# mv -f index.html announce.html && $(WDUMP) announce.html > announce.txt +# cd $(DOC_TMP) && $(DB) announce.sgml &&\ +# mv -f index.html announce-mini.html && $(WDUMP) announce-mini.html > announce-mini.txt &&\ +# mv -f *html *txt ../../.. +# rm -fr $(DOC_TMP) # The main Privoxy config file, generated from sgml sources. # NOTE: This will require some hand editing. The new file is outputted @@ -1322,6 +1323,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.104.2.21 2002/11/04 07:04:03 hal9 +# Catch up with main trunk install/uninstall. Quiet output, etc. +# # Revision 1.104.2.20 2002/10/25 02:44:22 hal9 # Port of make install, etc from main trunk. Needs testing! Add Slackware # support, and other related changes. Update related docs.