X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=blobdiff_plain;f=Makefile;h=c6fa6c751629dc137a172440a4c1820ffb05d43a;hp=ab16ecb886c3003f704dda449ecedbce732c5ed1;hb=77725df66cfb9a50347bf204074d25219f24e565;hpb=9715a77f990b7e25c456a20dc84992a3fe6d1001 diff --git a/Makefile b/Makefile index ab16ecb..c6fa6c7 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,6 @@ FAKEROOT=`[ -x /usr/bin/fakeroot ] && echo /usr/bin/fakeroot` %.bbl: %.bib $(BIBTEX) $*.aux - $(MAKEINDEX) -s gglo.ist -o $*.gls $*.glo - $(MAKEINDEX) -s gind.ist -o $*.ind $*.idx %.bib: %.dtx $(LATEX) $< @@ -30,6 +28,9 @@ FAKEROOT=`[ -x /usr/bin/fakeroot ] && echo /usr/bin/fakeroot` %.dvi: %.sty %.dtx %.bbl $(LATEX) $*.dtx $(LATEX) $*.dtx + $(MAKEINDEX) -s gglo.ist -o $*.gls $*.glo + $(MAKEINDEX) -s gind.ist -o $*.ind $*.idx + $(LATEX) $*.dtx %.ps: %.dvi $(DVIPS) -o $@ $<