From 33e537a57df02cbb08698997ca940a80f21ee5e7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 6 May 2011 14:31:35 +0000 Subject: [PATCH] [doc] suppress warnings from the clean target --- doc/en/Makefile | 8 ++++---- doc/fr/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/en/Makefile b/doc/en/Makefile index 89dd44b..5c5dc0c 100644 --- a/doc/en/Makefile +++ b/doc/en/Makefile @@ -25,10 +25,10 @@ figures-no-alpha-stamp: logfile=`echo "$@" |sed -r "s/(.*)....$$/\\1/"`.log; while [ -f "$$logfile" -a -n "`grep "Rerun to get cross-references right" $$logfile`" ]; do $(PDFLATEX) $< ; done clean: - -rm *.aux *.toc *.log *.out - -rm authentic-admin.pdf - -rm authentic-admin.tex - -rm authentic-admin.html + -rm -f *.aux *.toc *.log *.out + -rm -f authentic-admin.pdf + -rm -f authentic-admin.tex + -rm -f authentic-admin.html -rm -rf figures-no-alpha figures-no-alpha-stamp .PHONY: all clean diff --git a/doc/fr/Makefile b/doc/fr/Makefile index 018ea20..d6f2e77 100644 --- a/doc/fr/Makefile +++ b/doc/fr/Makefile @@ -25,10 +25,10 @@ figures-no-alpha-stamp: logfile=`echo "$@" |sed -r "s/(.*)....$$/\\1/"`.log; while [ -f "$$logfile" -a -n "`grep "Rerun to get cross-references right" $$logfile`" ]; do $(PDFLATEX) $< ; done clean: - -rm *.aux *.toc *.log *.out - -rm authentic-admin.pdf - -rm authentic-admin.tex - -rm authentic-admin.html + -rm -f *.aux *.toc *.log *.out + -rm -f authentic-admin.pdf + -rm -f authentic-admin.tex + -rm -f authentic-admin.html -rm -rf figures-no-alpha figures-no-alpha-stamp .PHONY: all clean