From 25ef2ea3eca8fb9e91f80eee5e45297209f803a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 13 Jun 2011 11:41:19 +0200 Subject: [PATCH] Build system: do not clean doc/guide.bbl which is not autogenerated --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ab2f55c9f..88244e0e7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -39,4 +39,5 @@ dr.pdf: dr.tex $(PDFLATEX) dr clean-local: - rm -f *~ *.pdf *.log *.aux *.out *.blg *.bbl +# Do not delete guide.bbl which is not autogenerated + rm -f *~ *.pdf *.log *.aux *.out *.blg dynare.bbl