From patchwork Thu Sep 19 10:47:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 275938 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D1A9C2C0119 for ; Thu, 19 Sep 2013 20:48:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D1DFE8BF59; Thu, 19 Sep 2013 10:48:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 533rjLWEtUSp; Thu, 19 Sep 2013 10:48:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1938B8BE6F; Thu, 19 Sep 2013 10:48:40 +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 10F001CE68B for ; Thu, 19 Sep 2013 10:48:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0B1A88D404 for ; Thu, 19 Sep 2013 10:48:34 +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 nuWtdMPTWjJa for ; Thu, 19 Sep 2013 10:48:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 233278D47B for ; Thu, 19 Sep 2013 10:48:30 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d41so4083181eek.36 for ; Thu, 19 Sep 2013 03:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to:cc; bh=wBB1xV3ZCsn5RmhIevaUB9ZTa81npiaueDkOGMQ59Gk=; b=dgP1sBoUqZtwinzscWp7u9RVUvySnln89tphu12KhuxIMh0rz8h8b/xNc+P6clZM5r AkPnnnxJVqGhRNmTSZpzIRocPcQm048fI2YFtyoBVE/NL5tz/jIRIS5j0XKeCt4mbFEt jCpHKtV0StjhHlyoXEUD6QtQdZWkNWd3gnJN8B3PfSgW1Uraz3OGNPpzdHpuJzpLbnP3 6D3czlTjT9rAsHWktFx/rhCzIR0AvMqmNAiAMA88alrqqWJZtPhPhTKlfkepeWDEQhj6 u0hDODsInzaxfjYLhX+iiUOyopjEPaBP4TLQqa+9vwr1WNSNcGmHiX6ImE/eeXODGBC1 Bm6g== X-Received: by 10.14.204.195 with SMTP id h43mr64785eeo.111.1379587709734; Thu, 19 Sep 2013 03:48:29 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id n48sm10238079eeg.17.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 03:48:29 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: a2b05987569c1439422bac2c72f51735b2a82b15 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Thu, 19 Sep 2013 12:47:16 +0200 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 4 of 4] manual generation: rename manual-txt into manual-text 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The output extension and the generation messages refer to 'text', but the make target was confusingly 'txt'. This patch changes the make target for consistency. Signed-off-by: Thomas De Schampheleire --- docs/manual/manual.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -815,7 +815,7 @@ endif @echo ' manual-html - build manual in HTML' @echo ' manual-split-html - build manual in split HTML' @echo ' manual-pdf - build manual in PDF' - @echo ' manual-txt - build manual in txt' + @echo ' manual-text - build manual in text' @echo ' manual-epub - build manual in ePub' @echo @echo 'Miscellaneous:' diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -56,7 +56,7 @@ define GENDOC $(call GENDOC_INNER,$(1),xhtml,html,html,HTML,--xsltproc-opts "--stringparam toc.section.depth 4") $(call GENDOC_INNER,$(1),chunked,split-html,chunked,split HTML,--xsltproc-opts "--stringparam toc.section.depth 4") $(call GENDOC_INNER,$(1),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0") -$(call GENDOC_INNER,$(1),text,txt,text,text) +$(call GENDOC_INNER,$(1),text,text,text,text) $(call GENDOC_INNER,$(1),epub,epub,epub,ePUB) clean: $(1)-clean $(1)-clean: