Install bmon.conf in examples dir in package doc
Defaults are fine, no need to clutter sysconfdir with a useless default config file. Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
be8ef18b74
commit
e30ab3ad3d
@ -2,10 +2,4 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src man include
|
||||
|
||||
pkgsysconfdir = $(sysconfdir)
|
||||
pkgsysconf_DATA = etc/bmon.conf
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(pkgsysconf_DATA)
|
||||
SUBDIRS = src man include examples
|
||||
|
@ -194,6 +194,7 @@ Makefile
|
||||
include/Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
examples/Makefile
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
6
examples/Makefile.am
Normal file
6
examples/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- Makefile -*-
|
||||
|
||||
exampledir = $(datarootdir)/doc/@PACKAGE@/examples
|
||||
example_DATA = bmon.conf
|
||||
|
||||
EXTRA_DIST = $(example_DATA)
|
Loading…
x
Reference in New Issue
Block a user