From: Wolfgang Bangerth Date: Mon, 13 Aug 2012 09:23:37 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~2323 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10578c776fa7fdf4c1433ffe292310420bbcfcc5;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@25927 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index cd557128af..937036e0b7 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -259,7 +259,7 @@ clean: # In other words, the testsuite has to be run with -j1, however long # that may take. # -# When all of these programs have been run, the do +# When all of these programs have been run, then do # cd source # make coverage # This may take a long time: both running lcov and, in particular, @@ -283,7 +283,7 @@ coverage: lcov --base-directory . --directory . -c -o d2.info lcov --remove d2.info "/usr*" -o d2.info rm -rf ../coverage - genhtml -o ../coverage -t "deal.II test coverage" --num-spaces 8 d2.info + genhtml --no-branch-coverage -o ../coverage -t "deal.II test coverage" --num-spaces 8 d2.info ###################