From: Tim Pope Date: Sun, 16 Nov 2003 06:23:42 +0000 (+0000) Subject: Accomodated embedded bibliography X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=7a4e4d831c9acaf54624fc8a370535f24e993137 Accomodated embedded bibliography --- diff --git a/.gitignore b/.gitignore index 30b6070..c7c797c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,6 @@ *.ps *.toc /mlastyle.sty +/mlastyle.bib /mlastyle.zip /mlastyle_*.tar.gz diff --git a/Makefile b/Makefile index 9ac3430..9cbf84b 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ mlastyle.sty: mlastyle.ins mlastyle.dtx mlastyle.dvi: mlastyle.sty clean: - rm -f *.glo *.gls *.idx *.ilg *.ind *.toc *.log *.aux *.blg *.bbl *~ + rm -f *.glo *.gls *.idx *.ilg *.ind *.toc *.log *.aux *.blg *.bib *.bbl *~ distclean: clean rm -f mlastyle.sty mlastyle.dvi mlastyle.ps mlastyle.pdf