X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=GNUmakefile.in;h=c135eb08a383c42716e9b826f7555ddc82dd91c0;hb=071b26597664d7d452b4dfb34de3187243738d46;hp=8edb54ecca260e93b6556c87173464f68c0abf50;hpb=7ecdaff4e6e989eaa70d1ffec88c0e5dfbeb19bb;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 8edb54ec..c135eb08 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -143,7 +143,19 @@ PERL = perl DOC_DIR = doc/source DOC_TMP = $(DOC_DIR)/tmp DOC_STATUS = @DOC_STATUS@ -TIDY = tidy -modify -indent -wrap 120 --tidy-mark no +TIDY = tidy -latin1 -q -modify -indent -wrap 120 --tidy-mark no --mute MISSING_ATTRIBUTE --mute TRIM_EMPTY_ELEMENT +# -latin1 +# docbook output is ISO-8859-1 and tidy assumes ASCII +# -q +# suppress nonessential output +# -modify +# modify the original input file +# --mute MISSING_ATTRIBUTE +# don't show lacks "alt" attribute +# or lacks "summary" attribute +# --mute TRIM_EMPTY_ELEMENT +# don't show trimming empty

+# RSYNC = rsync -av -c --chmod=D755,F644 # Program to do LF->CRLF