Move examples/ to doc/examples/

Change-Id: I1e163e10f8a2e22b9ebdcb2d0f13f6ad07c84efe
This commit is contained in:
Pau Espin 2018-09-12 19:14:07 +02:00
parent 516697e29a
commit ac5e3e222a
6 changed files with 6 additions and 4 deletions

View File

@ -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 = \

View File

@ -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

1
doc/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = examples

View File

@ -15,12 +15,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
app_configs = {
"osmo-pcu": ["examples/osmo-pcu.cfg"]
"osmo-pcu": ["doc/examples/osmo-pcu.cfg"]
}
apps = [(4240, "src/osmo-pcu", "Osmo-PCU", "osmo-pcu"),
]
vty_command = ["src/osmo-pcu", "-c", "examples/osmo-pcu.cfg"]
vty_command = ["src/osmo-pcu", "-c", "doc/examples/osmo-pcu.cfg"]
vty_app = apps[0]