From 2f1eb43c62df24576896109b426ea17e1aaba3c8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 13 Dec 2010 12:34:58 +0200 Subject: [PATCH] make: move the design doc also on the Makefile.am level (for dist) --- docs/Makefile.am | 1 - docs/design/Makefile.am | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.7.4