]> git.proxmox.com Git - mirror_ovs.git/commit - Makefile.am
build: fix rpm-fedora target breakage
authorLance Richardson <lrichard@redhat.com>
Thu, 1 Dec 2016 03:57:25 +0000 (22:57 -0500)
committerBen Pfaff <blp@ovn.org>
Thu, 1 Dec 2016 04:54:59 +0000 (20:54 -0800)
commit8a97dc6ef685681b2650c154d92da21f9aa8a6ef
tree009623521e6f155fc050d64e1ff24cb4a768e2fb
parent3deca69b08f2c6dcbf17dd6e42615c7fd8eb9aeb
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>
Makefile.am