remove docs
[platform/upstream/gstreamer.git] / Makefile.am
1 # if USE_GCONFTOOL
2 # GCONF_DIR = gconf
3 # else
4 GCONF_DIR =
5 # endif
6
7 SUBDIRS =                       \
8         gst sys ext gst-libs    \
9         $(GCONF_DIR)            \
10         m4 common               
11 # disabled
12 #       $(SUBDIRS_DOCS)
13
14 DIST_SUBDIRS =                  \
15         gst sys ext gst-libs    \
16         m4 common
17
18 EXTRA_DIST = \
19         gst-plugins.spec depcomp \
20         AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
21         ChangeLog autogen.sh
22
23 DISTCLEANFILES = _stdint.h
24
25 # check that no marshal or enumtypes files are included
26 # this in turn ensures that distcheck fails for missing .list files which is currently
27 # shadowed when the corresponding .c and .h files are included.
28 distcheck-hook:
29         @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
30         test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
31         ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
32           $(ECHO) "*** Make sure the following files are not disted:" && \
33           find $(distdir) -name \*-enumtypes.[ch] && \
34           find $(distdir) -name \*-marshal.[ch] && \
35           false )
36
37 # include $(top_srcdir)/common/release.mak
38 # include $(top_srcdir)/common/po.mak