Merge pull request #1308 from caryr/v13-branch

update documentation name (man page format)
This commit is contained in:
Cary R. 2026-03-08 15:36:44 -07:00 committed by GitHub
commit 824ff5b8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'icarusverilog', 'Icarus Verilog Documentation',
(master_doc, 'iverilog-docs', 'Icarus Verilog Documentation',
[author], 1)
]