From: Stefan Kost Date: Mon, 13 Dec 2010 10:34:58 +0000 (+0200) Subject: make: move the design doc also on the Makefile.am level (for dist) X-Git-Tag: RELEASE-0.10.32~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f1eb43c62df24576896109b426ea17e1aaba3c8;p=platform%2Fupstream%2Fgst-plugins-base.git make: move the design doc also on the Makefile.am level (for dist) --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 7ae8b99..b0d55f4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,7 +12,6 @@ SUBDIRS = design libs $(PLUGIN_DOCS_DIRS) DIST_SUBDIRS = design libs plugins EXTRA_DIST = \ - design-audiosinks.txt \ version.entities.in upload: diff --git a/docs/design/Makefile.am b/docs/design/Makefile.am index 8bb5236..f2e0b71 100644 --- a/docs/design/Makefile.am +++ b/docs/design/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = EXTRA_DIST = \ + design-audiosinks.txt \ design-decodebin.txt \ design-orc-integration.txt \ draft-keyframe-force.txt \