File: Makefile.am

package info (click to toggle)
arping 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 648 kB
  • sloc: sh: 3,762; ansic: 1,510; makefile: 63
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# 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