From 4d91ab277b4acc1bc2bdb5edc81d8c09b2bd3e47 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 Aug 2016 16:10:52 +0200 Subject: [PATCH] add to dist: doc subdir with all current doc files Change-Id: Idfef4f050e21a5d0eae3a530fe319a5adf81534d --- Makefile.am | 2 +- configure.ac | 1 + doc/Makefile.am | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index c2167d45..ab8191e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 -SUBDIRS = src include +SUBDIRS = src include doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libosmo-ranap.pc diff --git a/configure.ac b/configure.ac index 38e3b4cd..2ca32b13 100644 --- a/configure.ac +++ b/configure.ac @@ -42,4 +42,5 @@ AC_OUTPUT( include/osmocom/ranap/Makefile include/osmocom/rua/Makefile include/osmocom/iuh/Makefile + doc/Makefile ) diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..6974e891 --- /dev/null +++ b/doc/Makefile.am @@ -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