fix predecessor circle gunk
authorJohn Kohl <jtkohl@mit.edu>
Fri, 1 Mar 1991 09:55:30 +0000 (09:55 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 1 Mar 1991 09:55:30 +0000 (09:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1828 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/Makefile
doc/implement/Makefile

index cad170de36f78b5aa7df3c2c5b03224d9f4e13c0..f6425fbaec32e93c2944e4e53e5f846f82888ce6 100644 (file)
@@ -9,17 +9,16 @@ DESTEX= libdes.tex
 all: library.ps libdes.ps
 
 
-libdes.ps: libdes.dvi
-libdes.tex: $(DESTEX) $(STYLES)
+libdes.dvi: $(DESTEX) $(STYLES)
 
 library.ps: library.dvi
 
 # hard to capture two-pass semantics in Makefiles...
 # library.ind: library.dvi
-library.ind:
+library.ind: library.idx
        index library.idx
 
-library.tex: $(LIBTEX) $(STYLES)
+library.dvi:  $(LIBTEX) $(STYLES)
 
 .tex.dvi:
        latex $*
index cad170de36f78b5aa7df3c2c5b03224d9f4e13c0..f6425fbaec32e93c2944e4e53e5f846f82888ce6 100644 (file)
@@ -9,17 +9,16 @@ DESTEX= libdes.tex
 all: library.ps libdes.ps
 
 
-libdes.ps: libdes.dvi
-libdes.tex: $(DESTEX) $(STYLES)
+libdes.dvi: $(DESTEX) $(STYLES)
 
 library.ps: library.dvi
 
 # hard to capture two-pass semantics in Makefiles...
 # library.ind: library.dvi
-library.ind:
+library.ind: library.idx
        index library.idx
 
-library.tex: $(LIBTEX) $(STYLES)
+library.dvi:  $(LIBTEX) $(STYLES)
 
 .tex.dvi:
        latex $*