X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2FMakefile.am;h=4772ebcae00676154591eac479d0045fe2e897ae;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=9e35835159a0b1515705ac48e2d491c293d0312a;hpb=bf8c785fb0ff5b69b48ef032b1a26efe97cbc438;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/Makefile.am b/docs/Makefile.am index 9e35835..4772ebc 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,8 +1,23 @@ -SUBDIRS = -if HAVE_GTK_DOC - SUBDIRS += gst +if ENABLE_GTK_DOC +if ENABLE_PLUGIN_DOCS +PLUGIN_DOCS_DIRS = plugins +else +PLUGIN_DOCS_DIRS = endif +else +PLUGIN_DOCS_DIRS = plugins +endif + +BUILT_SOURCES = version.entities + +SUBDIRS = gst libs $(PLUGIN_DOCS_DIRS) +DIST_SUBDIRS = gst libs plugins + +EXTRA_DIST = version.entities.in list-ulink.xsl + +upload: + @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi -DIST_SUBDIRS = gst +libs: gst -EXTRA_DIST = random slides +include $(top_srcdir)/common/parallel-subdirs.mak