tools: don't start lines with single quotes in man page
[platform/upstream/gstreamer.git] / Makefile.am
index 823c4cb..aeefe9d 100644 (file)
@@ -11,7 +11,8 @@ SUBDIRS = pkgconfig \
        docs \
        po \
        m4 \
-       common
+       common \
+       data
 
 if BUILD_TOOLS
 SUBDIRS += tools
@@ -23,7 +24,8 @@ DIST_SUBDIRS = pkgconfig \
        docs \
        po \
        m4 \
-       common
+       common \
+       data
 
 # include before EXTRA_DIST for win32 assignment
 include $(top_srcdir)/common/win32.mak
@@ -85,13 +87,13 @@ endif
 
 if HAVE_CHECK
 check-valgrind:
-       cd tests/check && make check-valgrind
+       $(MAKE) -C tests/check check-valgrind
 
 check-torture:
-       cd tests/check && make torture
+       $(MAKE) -C tests/check torture
 
 build-checks:
-       cd tests/check && make build-checks
+       $(MAKE) -C tests/check build-checks
 else
 check-valgrind:
        echo "'check' library not installed, skipping"
@@ -151,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
 
@@ -203,8 +203,13 @@ CRUFT_FILES = \
 
 CRUFT_DIRS = \
        $(top_builddir)/tests/examples/xml \
+       $(top_builddir)/tests/examples/launch \
+       $(top_builddir)/tests/examples/metadata \
+       $(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