From 0b46d11ee29dbd884b891aaee13a822e2c89e363 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 6 Nov 2001 22:20:42 +0000 Subject: [PATCH] update to use makeindex instead of index git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13959 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/implement/ChangeLog | 5 +++++ doc/implement/Makefile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/implement/ChangeLog b/doc/implement/ChangeLog index 17976a185..f20a0b8ae 100644 --- a/doc/implement/ChangeLog +++ b/doc/implement/ChangeLog @@ -1,3 +1,8 @@ +2001-11-06 Ken Raeburn + + * Makefile (clean): Delete *.ilg. + (implement.ind): Use makeindex not index. + 2000-02-25 Ken Raeburn * encrypt-i.tex (subsection{Functional interface}): Comment out diff --git a/doc/implement/Makefile b/doc/implement/Makefile index 523f70de4..58fbc4b16 100644 --- a/doc/implement/Makefile +++ b/doc/implement/Makefile @@ -13,7 +13,7 @@ implement.ps: implement.dvi # hard to capture two-pass semantics in Makefiles... # implement.ind: implement.dvi implement.ind: implement.idx - index implement.idx + makeindex implement.idx implement.idx: touch implement.ind @@ -21,7 +21,7 @@ implement.idx: rm implement.ind clean: - rm -f *.toc *.log *.idx *.ind *.aux + rm -f *.toc *.log *.idx *.ind *.aux *.ilg really-clean: clean rm -f *.dvi *.ps -- 2.26.2