X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=9b6f99d78feeb66957f5174adf0baef6929ef85e;hp=892ce38b40ed0c4a5b3a52570c67a4e48a70ea1b;hb=d98738b7cf0c9ed896f35911aa554593d3462dbe;hpb=3da66036a155284c0d1346936ef9452ec6655dcf diff --git a/GNUmakefile.in b/GNUmakefile.in index 892ce38b..9b6f99d7 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -145,7 +145,7 @@ PERL = perl DOC_DIR = doc/source DOC_TMP = $(DOC_DIR)/tmp DOC_STATUS = @DOC_STATUS@ -TIDY = tidy -modify -indent -wrap 78 --tidy-mark no +TIDY = tidy -modify -indent -wrap 120 --tidy-mark no RSYNC = rsync -av -c --chmod=D755,F644 # Program to do LF->CRLF @@ -565,7 +565,7 @@ dok-index: 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 dok-tidy +dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors dok-index @$(ECHO) Documentation created. ## Make AUTHORS file @@ -679,6 +679,7 @@ web-user-manual: ############################################################################# dok-tidy: for html_file in `find doc/webserver -name "*.html"`; do \ + $(ECHO) "------ begin processing $$html_file" >&2 ; \ $(TIDY) $$html_file || $(TIDY) $$html_file; \ $(PERL) -i'' -e 's@^\s*
\s*$$@@; s@ +$$@@;' -n -p $$html_file; \ done