From patchwork Tue Aug 6 21:36:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 265251 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 167B32C0089 for ; Wed, 7 Aug 2013 07:38:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0983293365; Tue, 6 Aug 2013 21:38:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o4Eh5YqvcsB7; Tue, 6 Aug 2013 21:38:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 34F42934AF; Tue, 6 Aug 2013 21:38:19 +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 DB3D91BF983 for ; Tue, 6 Aug 2013 21:38:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 958FE8CEDF for ; Tue, 6 Aug 2013 21:37:56 +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 KEIBQiL83j9x for ; Tue, 6 Aug 2013 21:37:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id C74FA8CECD for ; Tue, 6 Aug 2013 21:37:55 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id j17so3245030wiw.1 for ; Tue, 06 Aug 2013 14:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=LQBpAU4kZ1usoRYtoOapCTwwLSDTj37jxGS4NPfi//U=; b=JXUqWWI/ZjsRRJm9UVH5WMck8wndEJFP8sifYS2lVkXmW4bpSjFl0yqN97RNOYecvA SlLhm9F/TLpIaYuu27kE/sBEc10kTyWrlGhGDYsIjSMjZKiBLCc/7ePXYUbNUlqDZoys FSnBjQ5c4kuNmGCp9Ec6jaSFKUxoK9tiiu2FhKepNpHgR3USGJrjkdi6Emp5tEsQVVrS 8JOmxfaXpqUa81egnKi2pBQAKIRJUTPK++665g17M8SSvgqNrwbKws3Xz/X/23IQoBgY 4XTfGhqUb291DICG3YhAhkoMJxPuDcaE3MHVBiPzJmmRfH+oLbiE/7vuQdZB3wDTniWB YnLw== X-Received: by 10.180.74.134 with SMTP id t6mr105729wiv.56.1375825074210; Tue, 06 Aug 2013 14:37:54 -0700 (PDT) Received: from localhost.localdomain (ANantes-655-1-163-177.w90-59.abo.wanadoo.fr. [90.59.150.177]) by mx.google.com with ESMTPSA id j20sm4971518wie.7.2013.08.06.14.37.53 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 Aug 2013 14:37:53 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Tue, 6 Aug 2013 23:36:23 +0200 Message-Id: <1375824984-8226-5-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.3.4 In-Reply-To: <1375824984-8226-1-git-send-email-s.martin49@gmail.com> References: <1375824984-8226-1-git-send-email-s.martin49@gmail.com> Cc: "A.R.D" Subject: [Buildroot] [PATCH 4/5] manual: add tips to build manual 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 From: "A.R.D" Signed-off-by: A.R.D. Signed-off-by: Samuel Martin --- Changes v1 -> v2 (Samuel): - split patch - rephrase commit message - wrap line at 70-80 chars - misc. typo and formating fixes - misc. rewordings --- docs/manual/make-tips.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt index b4a9c12..e1af62a 100644 --- a/docs/manual/make-tips.txt +++ b/docs/manual/make-tips.txt @@ -54,6 +54,21 @@ and target trees, the images and the toolchain): $ make clean -------------------- +.Generating the manual: + +The present manual sources are located in the 'docs/manual' directory. +To generate the manual: + +--------------------------------- + $ make manual-clean + $ make manual +--------------------------------- + +The manual outputs will generated in 'output/docs/manual'. + +*Note* : +asciidoc+ is required to build it. There is a known issue +that you can't build it under Dedian Squeeze. + To delete all build products as well as the configuration: --------------------