aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-05 22:24:45 +0200
committerHarald Welte <laforge@gnumonks.org>2017-09-06 09:17:15 +0200
commitce316f4962f14a48aa06df2d250f23e0ce23fc3a (patch)
treec672908f6791178b27e1b06ae83a0ee402ce4dbd /doc/Makefile.am
parent59ffc89d42be8458557592c79a4e9e5eb3a0b37d (diff)
Move examples to doc/examples and include them in DIST
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7e2246c..46c634e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,5 +2,6 @@ man_MANS = osmo-ggsn.8 sgsnemu.8
man_aux = $(man_MANS:.1=.x)
EXTRA_DIST = $(man_MANS)
-
-
+SUBDIRS = \
+ examples \
+ $(NULL)