summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-08 22:34:13 +0000
committerKarl Berry <karl@freefriends.org>2009-10-08 22:34:13 +0000
commita0e3a6e70703784c4f4917d3a4dff545b91cf487 (patch)
tree5f080880ee9bb192fba1f45239d541a6aba2a941 /Master/texmf-dist/source/generic
parentb067e180fd68e71d2e6ee26ca3b99bdf411b10b2 (diff)
pst-3dplot 1.86 (6oct09)
git-svn-id: svn://tug.org/texlive/trunk@15703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-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) $<