chiark / gitweb /
DisOrder 5.0
[disorder] / Makefile.am
index c6ccb6f60bed6740b977e15b785fd28907ecde51..b41014f52b6b97dc04fb1b567632208878d5b588 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-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)