From: wessels <> Date: Fri, 7 Sep 2001 07:30:32 +0000 (+0000) Subject: make .txt version also X-Git-Tag: SQUID_3_0_PRE1~1403 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=499ea48fdb6368d7cd3f3f166deef4af59317113;p=thirdparty%2Fsquid.git make .txt version also --- diff --git a/doc/Programming-Guide/Makefile b/doc/Programming-Guide/Makefile index fd17804509..db61816421 100644 --- a/doc/Programming-Guide/Makefile +++ b/doc/Programming-Guide/Makefile @@ -13,8 +13,9 @@ $(DOC).dvi: $(DOC).sgml # latex $(DOC).tex # latex $(DOC).tex # -#$(DOC).tex: $(DOC).sgml -# sgml2latex $(DOC) + +$(DOC).txt: $(DOC).sgml + sgml2txt $(DOC) $(DOC).html: $(DOC).sgml sgml2html $(DOC) diff --git a/doc/Programming-Guide/prog-guide.sgml b/doc/Programming-Guide/prog-guide.sgml index 008e3f18cc..6688c35c1f 100644 --- a/doc/Programming-Guide/prog-guide.sgml +++ b/doc/Programming-Guide/prog-guide.sgml @@ -1,8 +1,8 @@
Squid Programmers Guide -Duane Wessels, Squid Developers -$Id: prog-guide.sgml,v 1.45 2001/07/04 00:12:05 hno Exp $ +Squid Developers +$Id: prog-guide.sgml,v 1.46 2001/09/07 01:30:33 wessels Exp $ Squid is a WWW Cache application developed by the National Laboratory