diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-02-22 12:27:12 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-02-22 12:27:12 -0500 |
| commit | b59555c6bf74592c9959a85033e6c56bdac15eae (patch) | |
| tree | c01f9dc8a872490c8573e403e545bb2303de6059 /doc/developer/conf.py | |
| parent | 6165030aa827c89e508ae7fcb30cee9988babbc9 (diff) | |
doc: change info file name from FRR -> frr
conventions yo
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
| -rw-r--r-- | doc/developer/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py index 7078910289..3f531c14b0 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -317,7 +317,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'FRR', u"FRR Developer's Manual", + (master_doc, 'frr', u"FRR Developer's Manual", author, 'FRR', 'One line description of project.', 'Miscellaneous'), ] |
