X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/7070c832793182a10650b12b7ac738ec0061e9e8..31e2a93e08a0e68d71e37f9697564d26936b5819:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 71fd269..501f344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell p check-report: before-check check make-coverage-reports before-check: rm -f */*.gcda */*.gcov -make-coverage-reports: +make-coverage-reports: check @for subdir in lib plugins server clients disobedience; do \ echo cd $$subdir;\ cd $$subdir;\ @@ -35,6 +35,11 @@ make-coverage-reports: cd ..;\ done +clean-gcov: + rm -f */index.html + rm -f */*.c.html + rm -f */*.gcov + echo-distdir: @echo $(distdir)