diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/multibibliography/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/multibibliography/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/multibibliography/Makefile b/Master/texmf-dist/doc/latex/multibibliography/Makefile index f5f0c725dbc..005a8a0775a 100644 --- a/Master/texmf-dist/doc/latex/multibibliography/Makefile +++ b/Master/texmf-dist/doc/latex/multibibliography/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.3 2013-03-26 22:58:39 boris Exp $ +# $Id: Makefile,v 1.4 2013-05-30 02:20:11 boris Exp $ # PACKAGE=multibibliography @@ -47,7 +47,7 @@ clean: *.dvi *.ps *.tgz *.zip *.brf veryclean: clean - $(RM) *.pdf + $(RM) $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf} distclean: veryclean |