diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-16 23:22:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-16 23:22:47 +0000 |
commit | 1872a4397a1cdaf65caab05faba8d51f007c5dee (patch) | |
tree | 7da2b30320cc6e4d389e6c8d90c1a363d69be4b5 /Master/texmf-dist/source/generic | |
parent | 351b5fe3106e281bf9269440e6270dc1b56635f5 (diff) |
pst-barcode (16nov12)
git-svn-id: svn://tug.org/texlive/trunk@28278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-barcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/pst-barcode/Makefile b/Master/texmf-dist/source/generic/pst-barcode/Makefile index a739a8a6c13..e48c015b1e8 100644 --- a/Master/texmf-dist/source/generic/pst-barcode/Makefile +++ b/Master/texmf-dist/source/generic/pst-barcode/Makefile @@ -38,7 +38,7 @@ $(MAIN).dvi : $(MAIN).tex $(LATEX) $< clean : - $(RM) $(addprefix $(MAIN), .log .aux .glg .glo .gls .ilg .idx .ind .tmp .toc .out ) + $(RM) $(addprefix $(MAIN), .log .aux .glg .glo .gls .ilg .idx .ind .tmp .toc .out .blg) $(RM) $(addprefix $(MAIN), .dvi .ps) veryclean : clean |