+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
# 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
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