Rename manpage to iverilog.1 to match executable name

This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2026-03-05 23:38:16 +01:00
parent 14a25bfe92
commit 57385f9ac6
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', 'Icarus Verilog Documentation',
[author], 1)
]