From patchwork Thu Mar 21 21:04:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 229844 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 DF9082C00B9 for ; Fri, 22 Mar 2013 08:06:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3CFE3A0350; Thu, 21 Mar 2013 21:06:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b1Hw6S1buCPA; Thu, 21 Mar 2013 21:06:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E461DA035E; Thu, 21 Mar 2013 21:06:01 +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 D66FE8F75E for ; Thu, 21 Mar 2013 21:05:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 56C0F8AA60 for ; Thu, 21 Mar 2013 21:05:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nLvHhtlKdAB9 for ; Thu, 21 Mar 2013 21:05:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 48A018A35E for ; Thu, 21 Mar 2013 21:05:49 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id c13so2009460eek.28 for ; Thu, 21 Mar 2013 14:05:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=HcIZTnN7CWoYM7vo4md+m+Mv7Wunl0sNTugPMDkC3M8=; b=W6vBQoB1Qh2DUAMfnDW04+QGp4TulBdoWxfz/538eQrrZquN0SbyXE3gl5+xwhWaDI sZ8AeAM0cyA37jdvICgVhET7x/GpNV5r6cPhgzzxbSPVpaZReXmTKLTGnJPHd51LOqaE cAba/vKwcwfsw3pm9gRgufegHEb/JaujuX+XtyqkEXTe5pdvjEpBfB3Txf4gWlEf+DrF DF/K5KHzbnNg4k8bIKPs0rRN3VGOecgSstkCHP2xZ6XLxhIqDlrRXv/FTioCm7nDeuUV UkZqo8pmilHMMg3SARGElf6JNXzsTlb1VD9FPrYnQBBMKN9ga0+ih1ykpWUdmZZ/Rd4A dzbA== X-Received: by 10.14.3.70 with SMTP id 46mr86776877eeg.2.1363899947638; Thu, 21 Mar 2013 14:05:47 -0700 (PDT) Received: from laptop.aldebaran.lan (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id q5sm10719704eep.11.2013.03.21.14.05.46 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 14:05:47 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 21 Mar 2013 22:04:37 +0100 Message-Id: <91d8c3e54dbd91424ad55fd0e254da76e8b6ea8f.1363899518.git.s.martin49@gmail.com> X-Mailer: git-send-email 1.8.2 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 6/7] Makefile: add to the release target a warning about the manual updates. 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 The manual-update-lists target is not added to the dependencies of the release target to allow editing the generated files. Signed-off-by: Samuel Martin --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c462bb1..2b25059 100644 --- a/Makefile +++ b/Makefile @@ -817,6 +817,8 @@ release: OUT=buildroot-$(BR2_VERSION) # Create release tarballs. We need to fiddle a bit to add the generated # documentation to the git output release: + $(warning Make sure the manual is up-to-date. To update the manual, run:) + $(warning $$ make manual-update-lists) git archive --format=tar --prefix=$(OUT)/ master > $(OUT).tar $(MAKE) O=$(OUT) manual-html manual-txt manual-pdf tar rf $(OUT).tar $(OUT)