update to use makeindex instead of index
authorKen Raeburn <raeburn@mit.edu>
Tue, 6 Nov 2001 22:20:42 +0000 (22:20 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 6 Nov 2001 22:20:42 +0000 (22:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13959 dc483132-0cff-0310-8789-dd5450dbe970

doc/implement/ChangeLog
doc/implement/Makefile

index 17976a185f8b89de57f160abc7389ccdfbc2f99e..f20a0b8aed4ea7dc67ae6b25d66782d6cfd28e3f 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-06  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile (clean): Delete *.ilg.
+       (implement.ind): Use makeindex not index.
+
 2000-02-25  Ken Raeburn  <raeburn@mit.edu>
 
        * encrypt-i.tex (subsection{Functional interface}): Comment out
index 523f70de40512064e640f41e36d4f3fdea525c41..58fbc4b168d3052105de7ea910c22dd5858bb21e 100644 (file)
@@ -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