Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] list api docs alphabetically and one per line in EXTRA_DIST
@ 2010-08-06 14:18 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:35 ` [PATCH 1/2] list api docs alphabetically and one per line in EXTRA_DIST Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2010-08-06 14:18 UTC (permalink / raw)
  To: linux-bluetooth

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 \
 
 AM_YFLAGS = -d
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-11 18:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/2] list api docs alphabetically and one per line in EXTRA_DIST Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox