This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10922
Change subject: Move examples/ to doc/examples/
......................................................................
Move examples/ to doc/examples/
Change-Id: I1e163e10f8a2e22b9ebdcb2d0f13f6ad07c84efe
---
M Makefile.am
M configure.ac
A doc/Makefile.am
R doc/examples/Makefile.am
R doc/examples/osmo-pcu.cfg
5 files changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/22/10922/1
diff --git a/Makefile.am b/Makefile.am
index 240e4ee..723c9ed 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 90394e1..b5774ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,8 @@
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 0000000..aee2d7b
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = examples
diff --git a/examples/Makefile.am b/doc/examples/Makefile.am
similarity index 100%
rename from examples/Makefile.am
rename to doc/examples/Makefile.am
diff --git a/examples/osmo-pcu.cfg b/doc/examples/osmo-pcu.cfg
similarity index 100%
rename from examples/osmo-pcu.cfg
rename to doc/examples/osmo-pcu.cfg
--
To view, visit https://gerrit.osmocom.org/10922
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e163e10f8a2e22b9ebdcb2d0f13f6ad07c84efe
Gerrit-Change-Number: 10922
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180913/fc824d1d/attachment.htm>