File: Makefile.am

package info (click to toggle)
arping 2.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,084 kB
  • sloc: sh: 4,691; ansic: 3,894; exp: 405; python: 142; makefile: 34
file content (11 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
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.
dist_man_MANS = arping.8
arping.8:
	yodl2man -o arping.8.tmp $(top_srcdir)/doc/arping.yodl
	perl -ne 's/(^|(?<=[^\\\w]))-/\\-/g;print' < arping.8.tmp > arping.8
	rm -f arping.8.tmp