diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-01-09 02:46:01 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-01-09 02:46:01 +0000 |
commit | 4b6d56d6a548fb8274ddaf58ada908e069a7ba90 (patch) | |
tree | ca245da243f9a346d45d658c6673ac04fe3bd865 /Master/texmf-dist/source/generic/pst-func | |
parent | 79f180b0bb53942fafac31f52a8daf9ceaa77c68 (diff) |
pst-func 0.58 2008/12/08
git-svn-id: svn://tug.org/texlive/trunk@11831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-func')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-func/Makefile | 5 |
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) $< |