[doc] suppress warnings from the clean target

This commit is contained in:
Benjamin Dauvergne 2011-05-06 14:31:35 +00:00
parent bd7a7b3156
commit 33e537a57d
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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