aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc/Makefile.am
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2016-09-09 00:43:15 +0200
committerAlexander Huemer <alexander.huemer@xx.vu>2016-09-15 15:55:02 +0200
commit7b6673fa06dada3ec4586b1c0d735e9df4177a48 (patch)
treef5399b79baa943c27534d145eb38fb4871246f70 /openbsc/doc/Makefile.am
parent58f446ca087406855c036e4259b088dfb253e824 (diff)
Consistenly format variables in */Makefile.am files
Diffstat (limited to 'openbsc/doc/Makefile.am')
-rw-r--r--openbsc/doc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/doc/Makefile.am b/openbsc/doc/Makefile.am
index aee2d7baa..5a231074c 100644
--- a/openbsc/doc/Makefile.am
+++ b/openbsc/doc/Makefile.am
@@ -1 +1,3 @@
-SUBDIRS = examples
+SUBDIRS = \
+ examples \
+ $(NULL)