Skip to content

Commit

Permalink
merged r1428 (Include a install target for munindoc )
Browse files Browse the repository at this point in the history
  • Loading branch information
mattthias committed Feb 19, 2008
1 parent cdf29d2 commit d69721e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -50,12 +50,14 @@ install-main: build

$(INSTALL) -m 0644 build/server/Munin.pm $(PERLLIB)/

install-node: build install-node-non-snmp install-node-snmp
install-node: build install-node-non-snmp install-node-snmp install-munindoc
echo Done.

install-node-snmp: build
$(INSTALL) -m 0755 build/node/munin-node-configure-snmp $(SBINDIR)/

install-munindoc: build
$(INSTALL) -m 0755 build/node/munindoc $(BINDIR)/
install-node-non-snmp: build
$(CHECKGROUP)
mkdir -p $(CONFDIR)/plugins
Expand Down

0 comments on commit d69721e

Please sign in to comment.