diff mbox

[ovs-dev] appveyor.yml: Remove from docs.

Message ID 1444754658-31494-1-git-send-email-blp@nicira.com
State Accepted
Headers show

Commit Message

Ben Pfaff Oct. 13, 2015, 4:44 p.m. UTC
It's not documentation.

Signed-off-by: Ben Pfaff <blp@nicira.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gurucharan Shetty Oct. 13, 2015, 5:01 p.m. UTC | #1
On Tue, Oct 13, 2015 at 9:44 AM, Ben Pfaff <blp@nicira.com> wrote:
> It's not documentation.
>
> Signed-off-by: Ben Pfaff <blp@nicira.com>
looks good.
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 14da875..966ba27 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -66,7 +66,6 @@ PYCOV_CLEAN_FILES = build-aux/check-structs,cover
>  # A list of Markdown-formatted documentation that will automatically be
>  # included in the "make dist-docs" output.
>  docs = \
> -       appveyor.yml \
>         CONTRIBUTING.md \
>         CodingStyle.md \
>         DESIGN.md \
> @@ -100,6 +99,7 @@ EXTRA_DIST = \
>         .travis.yml \
>         .travis/build.sh \
>         .travis/prepare.sh \
> +       appveyor.yml \
>         boot.sh \
>         build-aux/cccl \
>         build-aux/cksum-schema-check \
> --
> 2.1.3
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Ben Pfaff Oct. 13, 2015, 8:59 p.m. UTC | #2
On Tue, Oct 13, 2015 at 10:01:27AM -0700, Gurucharan Shetty wrote:
> On Tue, Oct 13, 2015 at 9:44 AM, Ben Pfaff <blp@nicira.com> wrote:
> > It's not documentation.
> >
> > Signed-off-by: Ben Pfaff <blp@nicira.com>
> looks good.

Thanks, I applied this to master.
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 14da875..966ba27 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,6 @@  PYCOV_CLEAN_FILES = build-aux/check-structs,cover
 # A list of Markdown-formatted documentation that will automatically be
 # included in the "make dist-docs" output.
 docs = \
-	appveyor.yml \
 	CONTRIBUTING.md \
 	CodingStyle.md \
 	DESIGN.md \
@@ -100,6 +99,7 @@  EXTRA_DIST = \
 	.travis.yml \
 	.travis/build.sh \
 	.travis/prepare.sh \
+	appveyor.yml \
 	boot.sh \
 	build-aux/cccl \
 	build-aux/cksum-schema-check \