X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5d0998a0b68c5325d40cc3dea2326939b178a1fa..7b203d7411ccf59b58fe5232a66257bed87d5bfa:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c6ccb6f..b41014f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # along with this program. If not, see . # -EXTRA_DIST=TODO CHANGES.html README.streams BUGS \ +EXTRA_DIST=CHANGES.html README.streams BUGS \ README.upgrades README.client README.raw README.vhost README.developers SUBDIRS=@subdirs@ @@ -35,6 +35,11 @@ make-coverage-reports: check cd ..;\ done +clean-gcov: + rm -f */index.html + rm -f */*.c.html + rm -f */*.gcov + echo-distdir: @echo $(distdir)