diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-27 01:42:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-27 01:42:29 +0000 |
commit | af846fbe6248cf5ca88c380c243617524dba6773 (patch) | |
tree | cd222ab9829996c5d375f56f216310631600f92b /Master/texmf-dist/source | |
parent | 6558da0729e1c500bec9acbfaa748066b84b02f4 (diff) |
pst-func update (26jan10)
git-svn-id: svn://tug.org/texlive/trunk@16830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-func/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/pst-func/Makefile b/Master/texmf-dist/source/generic/pst-func/Makefile index 295ae61a24e..17a844cd104 100644 --- a/Master/texmf-dist/source/generic/pst-func/Makefile +++ b/Master/texmf-dist/source/generic/pst-func/Makefile @@ -39,6 +39,7 @@ $(MAIN).dvi : $(MAIN).tex clean : $(RM) $(addprefix $(MAIN), .log .aux .bbl .blg .glg .glo .gls .ilg .idx .ind .tmp .toc .out ) $(RM) $(addprefix $(MAIN), .dvi .ps .xcp) + rm *.dat veryclean : clean $(RM) $(addprefix $(MAIN), .pdf .bbl .blg) |