X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5d0998a0b68c5325d40cc3dea2326939b178a1fa..1be9101e4d2cfd1aed5249b0cdf126d747095ce8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c6ccb6f..4f98902 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,12 +16,15 @@ # 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 +EXTRA_DIST=CHANGES.html README.streams BUGS \ +README.upgrades.html README.client README.raw README.vhost README.developers \ +docs.css SUBDIRS=@subdirs@ DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(distdir)/_inst/cgiexecdir +ACLOCAL_AMFLAGS=-I m4 + check-report: before-check check make-coverage-reports before-check: rm -f */*.gcda */*.gcov @@ -35,6 +38,11 @@ make-coverage-reports: check cd ..;\ done +clean-gcov: + rm -f */index.html + rm -f */*.c.html + rm -f */*.gcov + echo-distdir: @echo $(distdir)