From 10578c776fa7fdf4c1433ffe292310420bbcfcc5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Aug 2012 09:23:37 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@25927 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ################### -- 2.39.5