From patchwork Mon Feb 25 21:31:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 223054 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 5F84B2C0299 for ; Tue, 26 Feb 2013 08:34:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9273E8D0D1; Mon, 25 Feb 2013 21:33:58 +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 M3DSDobPOJB0; Mon, 25 Feb 2013 21:33:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 497008F9D1; Mon, 25 Feb 2013 21:33:50 +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 EE6058F7A1 for ; Mon, 25 Feb 2013 21:33:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 596858F9B4 for ; Mon, 25 Feb 2013 21:33:00 +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 BOgdmYyInO7F for ; Mon, 25 Feb 2013 21:32:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id CC53F8F9B9 for ; Mon, 25 Feb 2013 21:32:58 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id fg15so2774246wgb.13 for ; Mon, 25 Feb 2013 13:32:57 -0800 (PST) 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=3aJYweNfY6egPzMPg+NUfgjKALwbFV/7o20zxoWnwM0=; b=p/FmojbFSV9gXQ3MFnnEKXUZA1AxSO26OY6KU3Av7pjhomyOx+EbW/oyfTaFuFdDD2 AJvlwzVbH40sB1JAb2OfVi5I/hoA94BB5lwQO0eKq3uZdwDSz0X9Yk0B1b0VboFgahj6 h2EO/He28/v2Ejtyku63KET2ZaduTOA6bP2cPSkQ7CNqjEjVuWmW0NIMX6djkTYe5Jmq JeDLHAUWSBDqIZxbrCK+prAOZhk2YJt2eC/k3vD++WjLoRTkiA7eoJHtI08ifHjcFqmW SSIRDOUQJl/v6Pj0S9LhEWPP5I4g4vjBqeYKYAI1SPZnHQ50Uu8sCjX4ouhxlacp5/L/ 1BdA== X-Received: by 10.194.119.68 with SMTP id ks4mr22192751wjb.3.1361827977124; Mon, 25 Feb 2013 13:32:57 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id du2sm17523237wib.0.2013.02.25.13.32.56 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Feb 2013 13:32:56 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Mon, 25 Feb 2013 22:31:29 +0100 Message-Id: <3bf80cbb91383823db8bd1369b80a69f78d99e92.1361827174.git.s.martin49@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 09/11] 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 3bab855..f965a05 100644 --- a/Makefile +++ b/Makefile @@ -815,6 +815,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)