From: hno <> Date: Thu, 29 Aug 2002 20:04:47 +0000 (+0000) Subject: Filter the TXT version from TTY escapes X-Git-Tag: SQUID_3_0_PRE1~806 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f8e3cf47bf5202b79af0b57bb0e396339d24da5;p=thirdparty%2Fsquid.git Filter the TXT version from TTY escapes --- diff --git a/doc/Programming-Guide/Makefile b/doc/Programming-Guide/Makefile index 3848e5d230..26ff6a6e45 100644 --- a/doc/Programming-Guide/Makefile +++ b/doc/Programming-Guide/Makefile @@ -15,7 +15,7 @@ $(DOC).dvi: $(DOC).sgml # $(DOC).txt: $(DOC).sgml - sgml2txt $(DOC) + sgml2txt --filter $(DOC) $(DOC).html: $(DOC).sgml sgml2html $(DOC)