summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-01 17:10:01 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-01 17:10:01 +0100
commita975744835bb87e3cf62701e13248d66f1dac1df (patch)
treebca5ab1f29594688c43e0c36c9eb2f0c5c8e66c6 /doc/Makefile.am
parentdebianpkg: disable pdf build by default (diff)
parentMerge pull request #1784 from donaldsharp/documentation (diff)
downloadfrr-a975744835bb87e3cf62701e13248d66f1dac1df.tar.xz
frr-a975744835bb87e3cf62701e13248d66f1dac1df.zip
Merge branch 'master' into docuser
* New manpage: mtracebis.rst * Makefile.am includes mtracebis.rst * configure.ac lines removed * Debian packaging files updated * Fixed up manpage |seealso-programs| in the process * Centos7 build package list updated to include systemd-devel * New paragraph on netns vrf support in zebra manpage Conflicts: configure.ac debianpkg/backports/ubuntu14.04/debian/frr.install debianpkg/frr.install doc/Makefile.am doc/developer/Building_FRR_on_CentOS7.rst doc/zebra.8.in Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9d2285a44..d8244edca 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,6 +11,7 @@ man_MANS = $(MANPAGE_BUILDDIR)/frr.1
if PIMD
man_MANS += $(MANPAGE_BUILDDIR)/pimd.8
+man_MANS += $(MANPAGE_BUILDDIR)/mtracebis.8
endif
if BGPD
@@ -108,6 +109,7 @@ EXTRA_DIST = manpages/defines.rst \
manpages/vtysh.rst \
manpages/nhrpd.rst \
manpages/pimd.rst \
+ manpages/mtracebis.rst \
manpages/ripngd.rst \
manpages/frr.rst \
manpages/conf.py \