summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-02-12 10:35:37 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-02-12 10:35:37 -0500
commit241eff1636a361bea165d13b2b35450513d7059b (patch)
treedc4044f6824376d68cb00f4801c617bfd0a08659
parent2f8c365e02d044898c9286b907695d87f1fa0e1b (diff)
doc: include manpage Makefile and conf.py in EXTRA_DIST
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r--doc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0a7ff6c03c..fd326c4b01 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -99,4 +99,6 @@ EXTRA_DIST = manpages/defines.rst \
manpages/nhrpd.rst \
manpages/pimd.rst \
manpages/ripngd.rst \
- manpages/frr.rst
+ manpages/frr.rst \
+ manpages/conf.py \
+ manpages/Makefile