summaryrefslogtreecommitdiffstats
path: root/doc/implement/Makefile
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-11-06 22:20:42 +0000
committerKen Raeburn <raeburn@mit.edu>2001-11-06 22:20:42 +0000
commit0b46d11ee29dbd884b891aaee13a822e2c89e363 (patch)
treefe18c5334f6d77b76dad20a321754fa2401c4924 /doc/implement/Makefile
parentb3888ad8df8d34578da3520574331d1bfce54de2 (diff)
downloadkrb5-0b46d11ee29dbd884b891aaee13a822e2c89e363.tar.gz
krb5-0b46d11ee29dbd884b891aaee13a822e2c89e363.tar.xz
krb5-0b46d11ee29dbd884b891aaee13a822e2c89e363.zip
update to use makeindex instead of index
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13959 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement/Makefile')
-rw-r--r--doc/implement/Makefile4
1 files changed, 2 insertions, 2 deletions
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