X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a68ddc76daf9517e7fd8875ff0581cf817b2c4b1..1ce62256052854cdf87b90fb555a39eb6deea0f8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 03ebdac..501f344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,19 +14,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - # EXTRA_DIST=TODO CHANGES.html README.streams BUGS \ README.upgrades README.client README.raw README.vhost README.developers SUBDIRS=@subdirs@ -DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(httpdir)/_inst/cgiexecdir +DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(distdir)/_inst/cgiexecdir 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;\ @@ -36,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)