summaryrefslogtreecommitdiffstats
path: root/doc/api/Makefile
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-10-12 06:20:31 +0000
committerTheodore Tso <tytso@mit.edu>1994-10-12 06:20:31 +0000
commit43253b7676f26248beb9bc81bb7a19dba72bc2f4 (patch)
treeaefb28c48ecafb640a65bbd717b604f20c87d0c3 /doc/api/Makefile
parent57d7789ef7aa0be614d23299c3623038930a52a6 (diff)
downloadkrb5-43253b7676f26248beb9bc81bb7a19dba72bc2f4.tar.gz
krb5-43253b7676f26248beb9bc81bb7a19dba72bc2f4.tar.xz
krb5-43253b7676f26248beb9bc81bb7a19dba72bc2f4.zip
Add better dependencies to do two-pass latex runs automatically. Make
"make clean" clean up the tex temp files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4492 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/Makefile')
-rw-r--r--doc/api/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/Makefile b/doc/api/Makefile
index a826b6a7d5..e74e44050d 100644
--- a/doc/api/Makefile
+++ b/doc/api/Makefile
@@ -18,8 +18,21 @@ library.ps: library.dvi
library.ind: library.idx
index library.idx
+library.idx:
+ touch library.ind
+ latex library.tex
+ rm library.ind
+
+clean:
+ rm -f *.toc *.log *.idx *.ind *.aux
+
+really-clean: clean
+ rm -f *.dvi *.ps
+
+
library.dvi: $(LIBTEX) $(STYLES)
+
.tex.dvi:
latex $*