From e90b16a04d6f23742fcad105cb29cf75218d617d Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 9 Oct 2012 15:51:47 +0200 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 3b08f9a7a..dbbd794f0 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 -- 2.47.3