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
This commit is contained in:
Sebastian Rasmussen 2013-12-04 00:10:36 +01:00 committed by Sebastian Dröge
parent 0c7ed542a1
commit c4a85142cd
2 changed files with 11 additions and 1 deletions

View file

@ -21,7 +21,7 @@ DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
EXTRA_DIST = \ EXTRA_DIST = \
manuals.mak htmlinstall.mak \ 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: upload:
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi

View file

@ -1,13 +1,18 @@
EXTRA_DIST = \ EXTRA_DIST = \
draft-klass.txt \ draft-klass.txt \
draft-metadata.txt \
draft-push-pull.txt \ draft-push-pull.txt \
draft-tagreading.txt \ draft-tagreading.txt \
draft-tracing.txt \
part-activation.txt \ part-activation.txt \
part-buffering.txt \ part-buffering.txt \
part-bufferpool.txt \
part-buffer.txt \
part-caps.txt \ part-caps.txt \
part-clocks.txt \ part-clocks.txt \
part-context.txt \ part-context.txt \
part-controller.txt \
part-conventions.txt \ part-conventions.txt \
part-dynamic.txt \ part-dynamic.txt \
part-element-sink.txt \ part-element-sink.txt \
@ -23,12 +28,17 @@ EXTRA_DIST = \
part-gstpipeline.txt \ part-gstpipeline.txt \
part-latency.txt \ part-latency.txt \
part-live-source.txt \ part-live-source.txt \
part-memory.txt \
part-messages.txt \ part-messages.txt \
part-meta.txt \
part-miniobject.txt \
part-missing-plugins.txt \ part-missing-plugins.txt \
part-MT-refcounting.txt \ part-MT-refcounting.txt \
part-negotiation.txt \ part-negotiation.txt \
part-overview.txt \ part-overview.txt \
part-preroll.txt \ part-preroll.txt \
part-probes.txt \
part-progress.txt \
part-push-pull.txt \ part-push-pull.txt \
part-qos.txt \ part-qos.txt \
part-query.txt \ part-query.txt \