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 $< > $ _æ_
|