Hi Uwe, > This makes further changes to the list easier to review > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > Makefile.am | 17 ++++++++++++----- > 1 files changed, 12 insertions(+), 5 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 65d4312..4bb82fe 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -309,11 +309,18 @@ udevdir = $(libexecdir)/udev > dist_udev_SCRIPTS = scripts/bluetooth_serial > endif > > -EXTRA_DIST += doc/manager-api.txt \ > - doc/adapter-api.txt doc/device-api.txt \ > - doc/service-api.txt doc/agent-api.txt doc/attribute-api.txt \ > - doc/serial-api.txt doc/network-api.txt \ > - doc/input-api.txt doc/audio-api.txt doc/control-api.txt > +EXTRA_DIST += \ > + doc/adapter-api.txt \ > + doc/agent-api.txt \ > + doc/attribute-api.txt \ > + doc/audio-api.txt \ > + doc/control-api.txt \ > + doc/device-api.txt \ > + doc/input-api.txt \ > + doc/manager-api.txt \ > + doc/network-api.txt \ > + doc/serial-api.txt \ > + doc/service-api.txt \ I prefer actually to not to do this and keep them in a bit more logical order. The manager is the initial one, followed by adapter etc. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html