From b7a24e50b0bb188be28a155ff5a3cd2272a10e5a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 13 Sep 2016 15:43:54 -0400 Subject: [PATCH] doc: Get isisd.text included properly When building from a 'make dist' allow the proper distribution of the new isisd.texi to build documentation properly. Signed-off-by: Donald Sharp --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5c54484980..4a39f0b011 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -50,7 +50,7 @@ quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi \ install.texi ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi \ overview.texi protocol.texi ripd.texi ripngd.texi routemap.texi \ snmp.texi vtysh.texi routeserver.texi defines.texi $(figures_png) \ - snmptrap.texi ospf_fundamentals.texi $(figures_txt) + snmptrap.texi ospf_fundamentals.texi isisd.texi $(figures_txt) .png.eps: $(PNGTOEPS) $< "$@" -- 2.39.5