tools: don't start lines with single quotes in man page
[platform/upstream/gstreamer.git] / Makefile.am
index 03cfe0b..aeefe9d 100644 (file)
@@ -153,10 +153,8 @@ include $(top_srcdir)/common/coverage/lcov.mak
 # Do not run the check-exports test in case any option which causes the API to
 # change has been used
 if !GST_DISABLE_REGISTRY
-if !GST_DISABLE_TRACE
 CHECK_EXPORTS = check-exports
 endif
-endif
 
 check: $(CHECK_EXPORTS) check-enum-gettypes
 
@@ -210,7 +208,8 @@ CRUFT_DIRS = \
        $(top_builddir)/tests/examples/queue \
        $(top_builddir)/tests/examples/typefind \
        $(top_builddir)/gst/tmp-introspect* \
-       $(top_builddir)/libs/gst/*/tmp-introspect*
+       $(top_builddir)/libs/gst/*/tmp-introspect* \
+       $(top_srcdir)/docs/plugins/tmpl
 
 include $(top_srcdir)/common/cruft.mak