[ovs-dev] [PATCH] build: fix rpm-fedora target breakage

Lance Richardson lrichard at redhat.com
Thu Dec 1 03:57:25 UTC 2016


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 <lrichard at redhat.com>
---
 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



More information about the dev mailing list