From 7a4e4d831c9acaf54624fc8a370535f24e993137 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 16 Nov 2003 06:23:42 +0000 Subject: [PATCH] Accomodated embedded bibliography --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2