From patchwork Wed Nov 28 21:40:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 202552 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E51132C0079 for ; Thu, 29 Nov 2012 08:40:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 76D0A3106A; Wed, 28 Nov 2012 21:40:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qMpk9RGc2cDJ; Wed, 28 Nov 2012 21:40:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 623F12080C; Wed, 28 Nov 2012 21:40:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2EF628F74A for ; Wed, 28 Nov 2012 21:40:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F06648A024 for ; Wed, 28 Nov 2012 21:40:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SM3F2jMzRSIc for ; Wed, 28 Nov 2012 21:40:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6482789B39 for ; Wed, 28 Nov 2012 21:40:43 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so4179929wey.16 for ; Wed, 28 Nov 2012 13:40:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=sUnsjY2hC1ZixKTG7sYuCjTmBQzfyR5WbNLP00yrdR0=; b=xm9slnzFK7KQzJ8OpcVvJsdlhhyPDJ7x8FY1iUyxFvfsrWVKeKHGn1tco9VYorEZCZ 9eLtmKAgh/fUKwPN4EWCkW2gIluozQ84vKXKNOKI8eIHeS7nWJsUtep/pQxI8zUpzpEx x7MEAhiOdShhKAwwj9dBC02V4axCqm1HUztTDAxCdG1tPFDZq/FNLhGIYwHlAZ4lD/HQ QiNRCodDCU8lm+joLi5DSBQ5J/gdKLhqdhedq49/bBz0wj6LOOW7wt1WkFORnn+At38s sgcWR7IFgaxRQ74b4k/ioq9dzBE1xbQqLJjm6J1vyBtvFlzTv8IfgsMQpSiY7EPm9SqW bZwA== Received: by 10.216.204.105 with SMTP id g83mr7879935weo.80.1354138841552; Wed, 28 Nov 2012 13:40:41 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id ec3sm8680337wib.10.2012.11.28.13.40.39 (version=SSLv3 cipher=OTHER); Wed, 28 Nov 2012 13:40:40 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Wed, 28 Nov 2012 22:40:27 +0100 Message-Id: <1354138832-18149-1-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0.1 Subject: [Buildroot] [PATCH 1/6] manual: trivial fix X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel Martin --- 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) $$<