summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/pst-func
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-func')
-rw-r--r--Master/texmf-dist/source/generic/pst-func/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/pst-func/Makefile b/Master/texmf-dist/source/generic/pst-func/Makefile
index 8a27072a75e..0d67fc8c284 100644
--- a/Master/texmf-dist/source/generic/pst-func/Makefile
+++ b/Master/texmf-dist/source/generic/pst-func/Makefile
@@ -14,8 +14,7 @@ ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Chan
TDS = ~/PSTricks/PSTricks-TDS
-all : doc clean
-# clean
+all : doc clean tds clean
doc: $(MAIN).pdf
$(MAIN).pdf : $(MAIN).ps
@@ -31,7 +30,7 @@ $(MAIN).dvi : $(MAIN).tex
if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi
makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \
$(basename $<).glo
- makeindex -t $(basename $<).ilg -o $(basename $<).ind \
+ makeindex -s pst-doc.ist -t $(basename $<).ilg -o $(basename $<).ind \
$(basename $<).idx
bibtex $(basename $<)
$(LATEX) $<