aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac3
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/examples/Makefile.am (renamed from examples/Makefile.am)0
-rw-r--r--doc/examples/osmo-pcu.cfg (renamed from examples/osmo-pcu.cfg)0
5 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 240e4ee2..723c9ed8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-SUBDIRS = include src examples tests contrib
+SUBDIRS = include src doc tests contrib
EXTRA_DIST = osmoappdesc.py README.md
DISTCHECK_CONFIGURE_FLAGS = \
diff --git a/configure.ac b/configure.ac
index 90394e12..b5774ee9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,8 @@ AC_OUTPUT(
osmo-pcu.pc
include/Makefile
src/Makefile
- examples/Makefile
+ doc/Makefile
+ doc/examples/Makefile
tests/Makefile
contrib/Makefile
contrib/systemd/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 00000000..aee2d7ba
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = examples
diff --git a/examples/Makefile.am b/doc/examples/Makefile.am
index 15001494..15001494 100644
--- a/examples/Makefile.am
+++ b/doc/examples/Makefile.am
diff --git a/examples/osmo-pcu.cfg b/doc/examples/osmo-pcu.cfg
index b88e6e7b..b88e6e7b 100644
--- a/examples/osmo-pcu.cfg
+++ b/doc/examples/osmo-pcu.cfg