From patchwork Sat Jan 4 16:25:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 306863 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id F09FA2C00A1 for ; Sun, 5 Jan 2014 03:25:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D55A68AE55; Sat, 4 Jan 2014 16:25:41 +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 j6gE-9eGpdYd; Sat, 4 Jan 2014 16:25:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5CF448A2AA; Sat, 4 Jan 2014 16:25:39 +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 84ACF1BF83B for ; Sat, 4 Jan 2014 16:25:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7ED7A8A2AA for ; Sat, 4 Jan 2014 16:25:38 +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 AA6qWCXMOVUw for ; Sat, 4 Jan 2014 16:25:37 +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 1EC4C849AF for ; Sat, 4 Jan 2014 16:25:36 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id q58so14547447wes.16 for ; Sat, 04 Jan 2014 08:25:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=VGhEWYxc6cUV/Z3OwEXKvnaaJtx1+uTj5uAuEvkTYQ4=; b=NuHfH5iCerrCVvGJntDPok0pcpgXdF0oXTGm1khKl3FRvKuzaGHATjWKhIB3Fp2yCN TpA1BUkQiubizAbkh2TJkKSrPcAWQimeXpssIFw4Q2MPCtrBh8FvdjpdDP0T9x/jCenk Y2BumBu/KjWfgoqEqe6iYm49T+z5cTEa3iPlx4Vs1RVtvTXEV7CfPz9mtKOnCKppZBeP l8D0Z0dF2k9T9pC6Rgv8zZQXCHQcn48S+ClZN3pEWqvtVPYXnEH40nIyFDgnMf5WIlpY rX97GXlbjlwkPsOf4niNAVK3MIKJgZyAFa3LXsosxuXioRci0xv0xZeRgKyfjnAG0u73 Azgw== X-Received: by 10.194.175.66 with SMTP id by2mr1152066wjc.59.1388852735419; Sat, 04 Jan 2014 08:25:35 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ks3sm18108134wjc.10.2014.01.04.08.25.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 04 Jan 2014 08:25:34 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sat, 4 Jan 2014 17:25:28 +0100 Message-Id: <1388852728-27381-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] manual: use current date/time for 'generated on' 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: "Yann E. MORIN" Currently, the manual uses the last modification date and time of manual.txt in the generated manual. This is confusing, especially for long-checked-out repositories where the top-level manual.txt has not changed since the check out. Moreover, the manual explicitly states 'generated on', which is confusing at best. Use the current date and time instead. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Acked-by: Samuel Martin --- docs/manual/manual.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 9ae658e..958afae 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -8,8 +8,8 @@ The Buildroot user manual Buildroot usage and documentation by Thomas Petazzoni. Contributions from Karsten Kruse, Ned Ludd, Martin Herren and others. -Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {docdate} -{doctime} from git revision {sys:git rev-parse --short HEAD} +Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {localdate} +{localtime} from git revision {sys:git rev-parse --short HEAD} image::logo.png[]