mirror of
https://frontier.innolan.net/rainlance/amiga-fping.git
synced 2026-03-17 23:37:07 +00:00
remove version information from man-page (#31)
This commit is contained in:
@ -8,10 +8,10 @@ if IPV6
|
||||
man_MANS += fping6.8
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(man_MANS) fping.pod README.1992
|
||||
EXTRA_DIST = fping.8 fping6.8 fping.pod README.1992
|
||||
|
||||
fping.8: fping.pod
|
||||
pod2man -c "" -s 8 -r "fping $(VERSION)" $< >$@
|
||||
pod2man -c "" -s 8 -r "fping" $< >$@
|
||||
|
||||
fping6.8: fping.pod
|
||||
pod2man -c "" -s 8 -r "fping $(VERSION)" -n fping6 $< >$@
|
||||
pod2man -c "" -s 8 -r "fping" -n fping6 $< >$@
|
||||
|
||||
Reference in New Issue
Block a user