linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH lksctp-tools] doc: update docs to match current rfc documents
@ 2018-08-01 16:33 Marcelo Ricardo Leitner
  2018-08-02 11:21 ` Neil Horman
  2018-08-10 18:29 ` Marcelo Ricardo Leitner
  0 siblings, 2 replies; 3+ messages in thread
From: Marcelo Ricardo Leitner @ 2018-08-01 16:33 UTC (permalink / raw)
  To: linux-sctp

We applied some changes to the docs but forgot to update Makefile.am to
reflect them, so currently 'make distcheck' fails with some files not
being found.

This patch syncs it with the current folder content.

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
---
 doc/Makefile.am | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6e7c648acf89f1c1264c3f05dc8b1781536301a7..6ed32b80633c2a7c3f19953ecdf2c16c4f509b22 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,10 +2,11 @@ include $(top_srcdir)/Makefile.vars
 include $(top_srcdir)/Makefile.rules
 
 internet_drafts = \
-   draft-ietf-tsvwg-sctpsocket-14.txt \
-   draft-ietf-tsvwg-addip-sctp-15.txt
+	draft-stewart-tsvwg-sctpipv6-00.txt \
+	draft-stewart-tsvwg-sctpscore-01.txt
 
-rfcs = rfc2960.txt rfc3309.txt rfc3257.txt rfc3286.txt rfc3758.txt \
-       rfc3873.txt rfc4460.txt 
+rfcs = rfc2960.txt rfc3257.txt rfc3286.txt rfc3309.txt rfc3554.txt \
+       rfc3758.txt rfc3873.txt rfc4460.txt rfc4820.txt rfc4895.txt \
+       rfc4960.txt rfc5061.txt rfc5062.txt rfc6458.txt
 
 EXTRA_DIST += $(rfcs) $(internet_drafts)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH lksctp-tools] doc: update docs to match current rfc documents
  2018-08-01 16:33 [PATCH lksctp-tools] doc: update docs to match current rfc documents Marcelo Ricardo Leitner
@ 2018-08-02 11:21 ` Neil Horman
  2018-08-10 18:29 ` Marcelo Ricardo Leitner
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Horman @ 2018-08-02 11:21 UTC (permalink / raw)
  To: linux-sctp

On Wed, Aug 01, 2018 at 01:33:03PM -0300, Marcelo Ricardo Leitner wrote:
> We applied some changes to the docs but forgot to update Makefile.am to
> reflect them, so currently 'make distcheck' fails with some files not
> being found.
> 
> This patch syncs it with the current folder content.
> 
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> ---
>  doc/Makefile.am | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/doc/Makefile.am b/doc/Makefile.am
> index 6e7c648acf89f1c1264c3f05dc8b1781536301a7..6ed32b80633c2a7c3f19953ecdf2c16c4f509b22 100644
> --- a/doc/Makefile.am
> +++ b/doc/Makefile.am
> @@ -2,10 +2,11 @@ include $(top_srcdir)/Makefile.vars
>  include $(top_srcdir)/Makefile.rules
>  
>  internet_drafts = \
> -   draft-ietf-tsvwg-sctpsocket-14.txt \
> -   draft-ietf-tsvwg-addip-sctp-15.txt
> +	draft-stewart-tsvwg-sctpipv6-00.txt \
> +	draft-stewart-tsvwg-sctpscore-01.txt
>  
> -rfcs = rfc2960.txt rfc3309.txt rfc3257.txt rfc3286.txt rfc3758.txt \
> -       rfc3873.txt rfc4460.txt 
> +rfcs = rfc2960.txt rfc3257.txt rfc3286.txt rfc3309.txt rfc3554.txt \
> +       rfc3758.txt rfc3873.txt rfc4460.txt rfc4820.txt rfc4895.txt \
> +       rfc4960.txt rfc5061.txt rfc5062.txt rfc6458.txt
>  
>  EXTRA_DIST += $(rfcs) $(internet_drafts)
> -- 
> 2.17.1
> 
Acked-by: Neil Horman <nhorman@tuxdriver.com>

> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH lksctp-tools] doc: update docs to match current rfc documents
  2018-08-01 16:33 [PATCH lksctp-tools] doc: update docs to match current rfc documents Marcelo Ricardo Leitner
  2018-08-02 11:21 ` Neil Horman
@ 2018-08-10 18:29 ` Marcelo Ricardo Leitner
  1 sibling, 0 replies; 3+ messages in thread
From: Marcelo Ricardo Leitner @ 2018-08-10 18:29 UTC (permalink / raw)
  To: linux-sctp

On Wed, Aug 01, 2018 at 01:33:03PM -0300, Marcelo Ricardo Leitner wrote:
> We applied some changes to the docs but forgot to update Makefile.am to
> reflect them, so currently 'make distcheck' fails with some files not
> being found.
> 
> This patch syncs it with the current folder content.

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-10 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 16:33 [PATCH lksctp-tools] doc: update docs to match current rfc documents Marcelo Ricardo Leitner
2018-08-02 11:21 ` Neil Horman
2018-08-10 18:29 ` Marcelo Ricardo Leitner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).