diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-13 15:43:54 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-13 15:48:37 -0400 |
| commit | b7a24e50b0bb188be28a155ff5a3cd2272a10e5a (patch) | |
| tree | 669243828a64a2c149f979975dfa6980e989c6b9 | |
| parent | 039dc61292de5f3ed5f46316b1940ab6bb184c3f (diff) | |
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 <sharpd@cumulusnetworks.com>
| -rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) $< "$@" |
