<newsletter:website> Don't fail if one of the temporary files don't exist
Colomban Wendling
git-noreply at xxxxx
Tue Aug 23 22:03:02 UTC 2011
Updating branch refs/heads/website
to 731e8034e5dc9d4a52ebf9a29950da4d5761df59 (commit)
from bf1361a04b754afd2f2d9e4f7b9a33a1bf6cbde8 (commit)
commit 731e8034e5dc9d4a52ebf9a29950da4d5761df59
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Tue May 24 17:04:34 2011 +0200
Don't fail if one of the temporary files don't exist
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 23115b1..4510829 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean:
pdflatex $(PDFLATEX_FLAGS) "$$file.tex" >/dev/null || exit 1; \
maxpasses=`expr $$maxpasses - 1`; \
done; \
- rm "$$file.log" "$$file.toc" "$$file.out" "$$file.aux"
+ rm -f "$$file.log" "$$file.toc" "$$file.out" "$$file.aux"
.rst.tex:
(rst2latex $(RST2LATEX_FLAGS) $< | \
More information about the Newsletter-Commits
mailing list