summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2016-11-30 22:57:25 -0500
committerBen Pfaff <blp@ovn.org>2016-11-30 20:54:59 -0800
commit8a97dc6ef685681b2650c154d92da21f9aa8a6ef (patch)
tree009623521e6f155fc050d64e1ff24cb4a768e2fb
parent3deca69b08f2c6dcbf17dd6e42615c7fd8eb9aeb (diff)
downloadopenvswitch-8a97dc6ef685681b2650c154d92da21f9aa8a6ef.tar.gz
build: fix rpm-fedora target breakage
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@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a14d48bfe..974cb9af9 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 \