tools: Remove files to be cleaned

manpages are no longer auto-generated
cov-related files should not be there (if needed we could use gitignore)
This commit is contained in:
Edward Hervey 2016-11-23 18:56:20 +01:00 committed by Edward Hervey
parent e6febb5bc1
commit 9cc36e511c

View file

@ -32,7 +32,6 @@ if !GST_DISABLE_PARSE
manpages += gst-launch-@GST_API_VERSION@.1
endif
CLEANFILES = $(manpages) *.gcno *.gcda
man_MANS = $(manpages)
# developer helper tools, not meant for installation