Ok, remove dependency on the obsolete tools/modindex.py.
This commit is contained in:
parent
97c73c83ed
commit
520f8bd9b7
|
@ -168,7 +168,7 @@ LIBFILES = lib.tex \
|
|||
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex
|
||||
|
||||
# Library document
|
||||
lib.dvi: tools/modindex.py tools/indfix.py $(LIBFILES)
|
||||
lib.dvi: tools/indfix.py $(LIBFILES)
|
||||
rm -f $*.ind mod$*.ind
|
||||
$(LATEX) $*
|
||||
$(MAKEINDEX) mod$*.idx
|
||||
|
|
Loading…
Reference in New Issue