2012-10-09 13:51:47

by Andrzej Kaczmarek

[permalink] [raw]
Subject: [PATCH] build: Add missing documentation files to EXTRA_DIST

This patch adds missing documentation files to EXTRA_DIST variable so they
are included when creating tarball.
---
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3b08f9a..dbbd794 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -401,7 +401,9 @@ EXTRA_DIST += doc/manager-api.txt \
doc/network-api.txt doc/input-api.txt doc/audio-api.txt \
doc/control-api.txt doc/hfp-api.txt doc/health-api.txt \
doc/sap-api.txt doc/media-api.txt doc/assigned-numbers.txt \
- doc/supported-features.txt doc/alert-api.txt
+ doc/supported-features.txt doc/alert-api.txt doc/mgmt-api.txt \
+ doc/oob-api.txt doc/proximity-api.txt doc/heartrate-api.txt \
+ doc/thermometer-api.txt

AM_YFLAGS = -d

--
1.7.11.3



2012-10-09 17:42:30

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH] build: Add missing documentation files to EXTRA_DIST

On Tue, Oct 9, 2012 at 10:51 AM, Andrzej Kaczmarek
<[email protected]> wrote:
> This patch adds missing documentation files to EXTRA_DIST variable so they
> are included when creating tarball.
> ---
> Makefile.am | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 3b08f9a..dbbd794 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -401,7 +401,9 @@ EXTRA_DIST += doc/manager-api.txt \
> doc/network-api.txt doc/input-api.txt doc/audio-api.txt \
> doc/control-api.txt doc/hfp-api.txt doc/health-api.txt \
> doc/sap-api.txt doc/media-api.txt doc/assigned-numbers.txt \
> - doc/supported-features.txt doc/alert-api.txt
> + doc/supported-features.txt doc/alert-api.txt doc/mgmt-api.txt \
> + doc/oob-api.txt doc/proximity-api.txt doc/heartrate-api.txt \
> + doc/thermometer-api.txt
>
> AM_YFLAGS = -d

Not related, but... what's this AM_YFLAGS doing in here? I'm sending a
patch to fix this


Lucas De Marchi

2012-10-09 16:47:14

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] build: Add missing documentation files to EXTRA_DIST

Hi Andrzej,

On Tue, Oct 09, 2012, Andrzej Kaczmarek wrote:
> This patch adds missing documentation files to EXTRA_DIST variable so they
> are included when creating tarball.
> ---
> Makefile.am | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)

Applied. Thanks.

Johan