mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
doc: change info file name from FRR -> frr
conventions yo Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
6165030aa8
commit
b59555c6bf
@ -1 +1 @@
|
||||
doc/user/_build/texinfo/FRR.info
|
||||
doc/user/_build/texinfo/frr.info
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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'),
|
||||
]
|
||||
|
@ -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'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user