Skip to content

Commit

Permalink
Fix man pages whatis section (verilator#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmahmoudy authored Jan 3, 2025
1 parent 010ae58 commit 578d8d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ verilator.1: ${srcdir}/bin/verilator
verilator_coverage.1: ${srcdir}/bin/verilator_coverage
pod2man $< $@
%.1: ${srcdir}/bin/%
help2man --no-info --no-discard-stderr --version-string=- $< -o $@
help2man --no-info --no-discard-stderr --version-string=- \
-n "$(shell $< --help | head -n 3 | tail -n 1)" $< -o $@

.PHONY: verilator.html
verilator.html:
Expand Down

0 comments on commit 578d8d8

Please sign in to comment.