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