Since commit 3deca69b08f2 ("doc: Convert AUTHORS to rST"), the rpm-fedora
target fails to build with:
*** No rule to make target `AUTHORS.rst', needed by `debian/copyright'.
Fix by adding AUTHORS.rst to the docs list to ensure that it is
included in the dist archive.
Fixes: 3deca69b08f2 ("doc: Convert AUTHORS to rST")
Signed-off-by: Lance Richardson <[email protected]>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index a14d48b..974cb9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,6 +66,7 @@ PYCOV_CLEAN_FILES = build-aux/check-structs,cover
# A list of Markdown- or reStructuredText-formatted documentation that will
# automatically be included in the "make dist-docs" output.
docs = \
+ AUTHORS.rst \
CONTRIBUTING.rst \
CodingStyle.rst \
DESIGN.rst \
--
2.5.5
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev