File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / doc / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:26:43 2014 UTC (10 years ago) by misho
Branches: arping, MAIN
CVS tags: v2_21, v2_15_cross, v2_15, v2_13, HEAD
arping 2.13

# arping/doc/Makefile.am
#
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
arping.8:
	yodl2man -o arping.8.tmp arping.yodl
	perl -ne 's/(^|(?<=[^\\\w]))-/\\-/g;print' < arping.8.tmp > arping.8
	rm -f arping.8.tmp

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>