From 499ea48fdb6368d7cd3f3f166deef4af59317113 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 7 Sep 2001 07:30:32 +0000 Subject: [PATCH] make .txt version also --- doc/Programming-Guide/Makefile | 5 +++-- doc/Programming-Guide/prog-guide.sgml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.47.2