Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] manual: trivial fix
@ 2012-11-28 21:40 Samuel Martin
  2012-11-28 21:40 ` [Buildroot] [PATCH 2/6] manual: add package-list.txt generation support Samuel Martin
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Samuel Martin @ 2012-11-28 21:40 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 docs/manual/manual.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk
index d664603..aa20534 100644
--- a/docs/manual/manual.mk
+++ b/docs/manual/manual.mk
@@ -18,7 +18,7 @@ $(1): $(1)-$(3)
 $(1)-$(3): $$(O)/docs/$(1)/$(1).$(4)
 
 $$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt $$($(call UPPERCASE,$(1))_SOURCES)
-	@echo "Generating $(5) $(1)..."
+	@$(call MESSAGE,"Generating $(5) $(1)...")
 	$(Q)mkdir -p $$(@D)
 	$(Q)a2x $(6) -f $(2) -d book -L -r $(TOPDIR)/docs/images \
 	  -D $$(@D) $$<
-- 
1.8.0.1

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

end of thread, other threads:[~2012-11-29  0:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 21:40 [Buildroot] [PATCH 1/6] manual: trivial fix Samuel Martin
2012-11-28 21:40 ` [Buildroot] [PATCH 2/6] manual: add package-list.txt generation support Samuel Martin
2012-11-29  0:11   ` Arnout Vandecappelle
2012-11-28 21:40 ` [Buildroot] [PATCH 3/6] manual: add deprecated-list.txt " Samuel Martin
2012-11-28 21:40 ` [Buildroot] [PATCH 4/6] manual: add manual-update-lists and manual-clean-lists targets Samuel Martin
2012-11-28 21:40 ` [Buildroot] [PATCH 5/6] Makefile: add to the release target a warning about the manual updates Samuel Martin
2012-11-28 21:40 ` [Buildroot] [PATCH 6/6] manual: add generated *-list.txt Samuel Martin

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