doc: change info file name from FRR -> frr

conventions yo

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-02-22 12:27:12 -05:00
parent 6165030aa8
commit b59555c6bf
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F
5 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
doc/user/_build/texinfo/FRR.info
doc/user/_build/texinfo/frr.info

View File

@ -140,8 +140,8 @@ override_dh_auto_build:
ifeq ($(GENERATE_PDF), 1)
dh_auto_build -- -C doc user.pdf
endif
rm -vf doc/user/_build/texinfo/FRR.info
dh_auto_build -- -C doc FRR.info
rm -vf doc/user/_build/texinfo/frr.info
dh_auto_build -- -C doc frr.info
override_dh_auto_test:

View File

@ -86,8 +86,8 @@ developer.html:
# info target, handled by automake installation
install-data-local: frr.info
gzip < user/_build/texinfo/FRR.info > ${infodir}/FRR.info.gz
install-info user/_build/texinfo/FRR.info ${infodir}/dir
gzip < user/_build/texinfo/frr.info > ${infodir}/frr.info.gz
install-info user/_build/texinfo/frr.info ${infodir}/dir
# include sources for shipped docs
EXTRA_DIST = manpages/defines.rst \

View File

@ -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'),
]

View File

@ -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 User Manual',
(master_doc, 'frr', u'FRR User Manual',
author, 'FRR', 'One line description of project.',
'Miscellaneous'),
]