1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 03:10:17 +00:00
Files
amiga-fping/doc/Makefile.am

18 lines
281 B
Makefile
Raw Normal View History

2012-07-19 22:43:16 +02:00
man_MANS =
if IPV4
man_MANS += fping.8
endif
if IPV6
man_MANS += fping6.8
endif
2012-07-16 00:57:31 +02:00
EXTRA_DIST = $(man_MANS) fping.pod README.1992
fping.8: fping.pod
pod2man -c "" -s 8 -r "fping $(VERSION)" $< >$@
2012-07-19 22:43:16 +02:00
fping6.8: fping.pod
pod2man -c "" -s 8 -r "fping $(VERSION)" -n fping6 $< >$@