From 037089f83b9e6b4bfdf9901b1b62699699200677 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 18 May 2018 19:44:58 +0000 Subject: [PATCH 1/2] doc: add missing file to Makefile.am Signed-off-by: Quentin Young --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 19561c031d..e2aa80752e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -195,6 +195,7 @@ EXTRA_DIST = frr-sphinx.mk \ user/babeld.rst \ user/basic.rst \ user/bgp.rst \ + user/bugs.rst \ user/conf.py \ user/eigrpd.rst \ user/filter.rst \ From ecbe4344afa59b96884978e9ce8ff2ed906d8794 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 18 May 2018 19:45:10 +0000 Subject: [PATCH 2/2] tests: add missing file to Makefile.am Signed-off-by: Quentin Young --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 703c1d05fc..6a19325927 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -215,6 +215,7 @@ EXTRA_DIST = \ lib/test_ttable.refout \ lib/test_zlog.py \ lib/test_graph.py \ + lib/test_graph.refout \ ospf6d/test_lsdb.py \ ospf6d/test_lsdb.in \ ospf6d/test_lsdb.refout \