add to dist: doc subdir with all current doc files

Change-Id: Idfef4f050e21a5d0eae3a530fe319a5adf81534d
This commit is contained in:
Neels Hofmeyr 2016-08-18 16:10:52 +02:00
parent f495b2347b
commit 4d91ab277b
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2
SUBDIRS = src include
SUBDIRS = src include doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosmo-ranap.pc

View File

@ -42,4 +42,5 @@ AC_OUTPUT(
include/osmocom/ranap/Makefile
include/osmocom/rua/Makefile
include/osmocom/iuh/Makefile
doc/Makefile
)

10
doc/Makefile.am Normal file
View File

@ -0,0 +1,10 @@
EXTRA_DIST = \
hnb_cs_lu.msc \
hnb_cs_mo_call.msc \
hnb_cs_mo_sms.msc \
hnb_cs_mt_call.msc \
hnb_cs_mt_sms.msc \
hnb_ps_lu.msc \
hnb_ps_pdp_act.msc \
protocols_around_hnbgw.txt \
README