From 85d3251276530fd36a2fc033e1fb1b85c32ffacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 16 Dec 2006 16:14:01 +0000 Subject: [PATCH] docs/design/Makefile.am: Dist new design docs. Original commit message from CVS: * docs/design/Makefile.am: Dist new design docs. --- ChangeLog | 5 +++++ docs/design/Makefile.am | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7512af0f48..dbf1f2a0fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-16 Tim-Philipp Müller + + * docs/design/Makefile.am: + Dist new design docs. + 2006-12-16 Wim Taymans Patch by: Sjoerd Simons diff --git a/docs/design/Makefile.am b/docs/design/Makefile.am index cd5c2efbc3..f290d9c5c7 100644 --- a/docs/design/Makefile.am +++ b/docs/design/Makefile.am @@ -2,16 +2,18 @@ EXTRA_DIST = \ draft-ghostpads.txt \ draft-klass.txt \ + draft-latency.txt \ draft-push-pull.txt \ part-activation.txt \ - part-block.txt \ - part-buffering.txt \ + part-block.txt \ + part-buffering.txt \ part-caps.txt \ part-clocks.txt \ part-conventions.txt \ part-dynamic.txt \ part-element-sink.txt \ part-element-source.txt \ + part-element-transform.txt \ part-events.txt \ part-gstbin.txt \ part-gstbus.txt \ @@ -26,7 +28,7 @@ EXTRA_DIST = \ part-overview.txt \ part-preroll.txt \ part-push-pull.txt \ - part-qos.txt \ + part-qos.txt \ part-query.txt \ part-relations.txt \ part-scheduling.txt \ @@ -35,7 +37,7 @@ EXTRA_DIST = \ part-sparsestreams.txt \ part-standards.txt \ part-states.txt \ - part-streams.txt \ + part-streams.txt \ part-TODO.txt \ part-trickmodes.txt