From: Sebastian Rasmussen Date: Tue, 3 Dec 2013 23:10:36 +0000 (+0100) Subject: docs: add missing files for distribution X-Git-Tag: 1.3.1~294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=249a775d2b6486d3888071d9c9370149a0c831d4;p=platform%2Fupstream%2Fgstreamer.git docs: add missing files for distribution * add some documentation files in docs/design * add docs/list-ulink.xsl so check in docs/manual works Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719814 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 27583ad..3f07d58 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -21,7 +21,7 @@ DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl EXTRA_DIST = \ manuals.mak htmlinstall.mak \ - image-png image-pdf image-eps url.entities version.entities.in + image-png image-pdf image-eps url.entities 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 diff --git a/docs/design/Makefile.am b/docs/design/Makefile.am index 5a0eda0..cb62c49 100644 --- a/docs/design/Makefile.am +++ b/docs/design/Makefile.am @@ -1,13 +1,18 @@ EXTRA_DIST = \ draft-klass.txt \ + draft-metadata.txt \ draft-push-pull.txt \ draft-tagreading.txt \ + draft-tracing.txt \ part-activation.txt \ part-buffering.txt \ + part-bufferpool.txt \ + part-buffer.txt \ part-caps.txt \ part-clocks.txt \ part-context.txt \ + part-controller.txt \ part-conventions.txt \ part-dynamic.txt \ part-element-sink.txt \ @@ -23,12 +28,17 @@ EXTRA_DIST = \ part-gstpipeline.txt \ part-latency.txt \ part-live-source.txt \ + part-memory.txt \ part-messages.txt \ + part-meta.txt \ + part-miniobject.txt \ part-missing-plugins.txt \ part-MT-refcounting.txt \ part-negotiation.txt \ part-overview.txt \ part-preroll.txt \ + part-probes.txt \ + part-progress.txt \ part-push-pull.txt \ part-qos.txt \ part-query.txt \