Linux bluetooth development
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/2] list api docs alphabetically and one per line in EXTRA_DIST
Date: Wed, 11 Aug 2010 13:35:38 -0400	[thread overview]
Message-ID: <1281548138.12579.240.camel@localhost.localdomain> (raw)
In-Reply-To: <1281104283-8792-1-git-send-email-u.kleine-koenig@pengutronix.de>

Hi Uwe,

> This makes further changes to the list easier to review
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  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



      parent reply	other threads:[~2010-08-11 17:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-06 14:18 [PATCH 1/2] list api docs alphabetically and one per line in EXTRA_DIST Uwe Kleine-König
2010-08-06 14:18 ` [PATCH 2/2] add three missing api documents to EXTRA_DIST Uwe Kleine-König
2010-08-11 17:38   ` Marcel Holtmann
2010-08-11 18:46     ` [PATCH] Add hfp-api.txt " Uwe Kleine-König
2010-08-11 18:55       ` Marcel Holtmann
2010-08-11 17:35 ` Marcel Holtmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1281548138.12579.240.camel@localhost.localdomain \
    --to=marcel@holtmann.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox