From patchwork Sat Sep 21 11:06:54 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: 276856 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 715112C0159 for ; Sat, 21 Sep 2013 21:08:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D6B0632C6C; Sat, 21 Sep 2013 11:08:08 +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 VVEoHJ4cFn-6; Sat, 21 Sep 2013 11:08:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 98DFD32B9F; Sat, 21 Sep 2013 11:07:58 +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 4AD1F1CE676 for ; Sat, 21 Sep 2013 11:08:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 432DF8CA82 for ; Sat, 21 Sep 2013 11:08:10 +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 uhEceSz6Oxa8 for ; Sat, 21 Sep 2013 11:08:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f181.google.com (mail-ea0-f181.google.com [209.85.215.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8251E8BF29 for ; Sat, 21 Sep 2013 11:08:09 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id d10so747789eaj.40 for ; Sat, 21 Sep 2013 04:08:08 -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=jf9Vi6HFWEu9cabU+0q1DA6xwXEqg4D3NPdFMjm3zcw=; b=0izKssjjnR64FWtpSflH0X6aRKwwWj2GSFnRf4/Hfz74gVhQP1Rj2Z7+6y+plgAM5d 9x6Sch1HSxWLf5WVVNT+zjgNwOE3gIOw6l5Qml9s1mHTGs79TdYhrrh7dPqYZO2qX8iL +U5pHw5RaHWhCSn+KA59oI8nk/cISS9iSLOwCvKIrwrabkvjy2Fg6VP/weDmgw/QjIzQ +V32WRhsf0wsKfZAjbmQgPI6Sn0aq4dmILTVFKn5KFFroIFoTZMMgNCpShqkNQUOS/V5 Sf0wDoMYCQdD9p1CsliTQ6yGyu6xUolsNI02o86z2bFBw4J5iCZ6I26rIoOHPV9LB6is zLtg== X-Received: by 10.14.184.132 with SMTP id s4mr18579286eem.13.1379761688086; Sat, 21 Sep 2013 04:08:08 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id b45sm26166761eef.4.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Sep 2013 04:08:07 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 067ad8e508dd7fc0f163ca255939237d488a9865 Message-Id: <067ad8e508dd7fc0f163.1379761614@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Sat, 21 Sep 2013 13:06:54 +0200 From: Thomas De Schampheleire To: buildroot@busybox.net Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 2 of 2 v2] 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 Acked-by: Thomas Petazzoni Acked-by: Samuel Martin --- v2: fix missing rename in Makefile (thanks ThomasP) Makefile | 4 ++-- docs/manual/manual.mk | 2 +- 2 files changed, 3 insertions(+), 3 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:' @@ -839,7 +839,7 @@ release: OUT=buildroot-$(BR2_VERSION) # documentation to the git output release: git archive --format=tar --prefix=$(OUT)/ HEAD > $(OUT).tar - $(MAKE) O=$(OUT) manual-html manual-txt manual-pdf + $(MAKE) O=$(OUT) manual-html manual-text manual-pdf tar rf $(OUT).tar $(OUT) gzip -9 -c < $(OUT).tar > $(OUT).tar.gz bzip2 -9 -c < $(OUT).tar > $(OUT).tar.bz2 diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -73,7 +73,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: