aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-02 13:04:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-02 16:36:14 +0200
commit46491d15cd7d2b4016212722cba5436bb4281d6e (patch)
tree8ca9937a5d2f71de87b5da6b77a63ad89f021c90 /doc/Makefile.am
parentcf55fbede9a7fc75d919ee7130d75be98b349932 (diff)
build: Install example cfg files
Files from doc/examples/foo/bar.cfg are install to /usr/share/doc/osmo-bts/examples/osmo-bts-foo/bar.cfg. Change-Id: I7525d5a3e1a3c83a54f919cce9096303dd506f35
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 00000000..1d42b0aa
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = \
+ examples \
+ $(NULL)