From 760c6c2ec14acc142ebbd2983ec86c9d6d768164 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 28 May 2025 12:06:59 -0400 Subject: [PATCH] build: Fix make dist This fixes the make dist cuasing the following error: make[2]: *** No rule to make target 'doc/mgmt-api.txt', needed by 'distdir-am'. Stop. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0f0037d5b..02ad23cf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -465,8 +465,7 @@ EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt \ doc/test-runner.rst \ doc/settings-storage.txt -EXTRA_DIST += doc/mgmt-api.txt \ - doc/health-api.txt \ +EXTRA_DIST += doc/health-api.txt \ doc/sap-api.txt EXTRA_DIST += doc/hci.rst doc/mgmt.rst doc/l2cap.rst doc/rfcomm.rst doc/sco.rst -- 2.47.3