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, 4 months ago) by misho
Branches: arping, MAIN
CVS tags: v2_21, v2_15_cross, v2_15, v2_13, HEAD
arping 2.13

    1: # arping/doc/Makefile.am
    2: #
    3: include $(top_srcdir)/Makefile.am.common
    4: 
    5: # Manpage is only run by maintainer, not by end user. That's why there
    6: # is no dependency on arping.yodl.
    7: man_MANS = arping.8
    8: arping.8:
    9: 	yodl2man -o arping.8.tmp arping.yodl
   10: 	perl -ne 's/(^|(?<=[^\\\w]))-/\\-/g;print' < arping.8.tmp > arping.8
   11: 	rm -f arping.8.tmp

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