Skip to content

Commit

Permalink
Fix 'make distcheck' for the manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed Oct 15, 2023
1 parent d086643 commit 11fa530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include $(top_srcdir)/Makefile.am.common

# Manpage is only run by maintainer, not by end user. That's why there
# is no dependency on arping.yodl.
man_MANS = arping.8
dist_man_MANS = arping.8
arping.8:
yodl2man -o arping.8.tmp arping.yodl
yodl2man -o arping.8.tmp $(top_srcdir)/doc/arping.yodl
perl -ne 's/(^|(?<=[^\\\w]))-/\\-/g;print' < arping.8.tmp > arping.8
rm -f arping.8.tmp

0 comments on commit 11fa530

Please sign in to comment.