blob: 375c1346c534dce65b18ff0bf0e7adacedc72358 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- doc/Makefile.am.orig 2018-02-02 21:14:55 UTC
+++ doc/Makefile.am
@@ -92,7 +92,7 @@ tSmoke.1: ../bin/tSmoke
smokeping_config.pod: ../lib/Smokeping.pm
$(AM_V_GEN)$(MAKEPOD) > $@
-smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.dist
+smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.sample
$(AM_V_GEN)$(MKDIR) -p examples
$(AM_V_GEN)$(GENEX)
@@ -116,6 +116,6 @@ iman7_DATA = $(MAN7)
EXAMPLES := $(wildcard examples/config.*)
-etcdir = $(sysconfdir)/examples
+etcdir = /usr/local/share/examples/smokeping
etc_DATA = $(EXAMPLES)
|