git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/percona-nagios-plugins/Makefile
blob: dce78e2f40009b77d27fea69b24c1631c2ea45b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#/usr/bin/make -f

PLUGIN = $(wildcard nagios/bin/*)
MANPAGES = $(shell find nagios/bin -type f -printf '%f\n' | sed 's,$$,.7,')
CLEANFILES = $(MANPAGES)

include ../common.mk


%.7: $(PLUGIN)
	pod2man -s 7 $< > $@