Fix man page entry for Icarus Verilog documentation

This commit is contained in:
Cary R. 2026-03-08 15:07:02 -07:00 committed by GitHub
parent 57385f9ac6
commit d3bda52d69
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, 'iverilog', 'Icarus Verilog Documentation',
(master_doc, 'iverilog-docs', 'Icarus Verilog Documentation',
[author], 1)
]