summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/pst-3dplot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-3dplot/Makefile')
-rw-r--r--Master/texmf-dist/source/generic/pst-3dplot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/pst-3dplot/Makefile b/Master/texmf-dist/source/generic/pst-3dplot/Makefile
index 707179c5fd7..2a4d9aca9e6 100644
--- a/Master/texmf-dist/source/generic/pst-3dplot/Makefile
+++ b/Master/texmf-dist/source/generic/pst-3dplot/Makefile
@@ -29,10 +29,9 @@ $(MAIN).dvi : $(MAIN).tex
$(LATEX) $<
if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi
if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi
+ makeindex -t $(basename $<).ilg -s pst-doc.ist -o $(basename $<).ind $(basename $<).idx
makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \
$(basename $<).glo
- makeindex -t $(basename $<).ilg -o $(basename $<).ind \
- $(basename $<).idx
bibtex $(basename $<)
$(LATEX) $<
$(LATEX) $<