From patchwork Sun Sep 7 23:39:07 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: 386753 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 669931400B7 for ; Mon, 8 Sep 2014 09:39:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9916591521; Sun, 7 Sep 2014 23:39:58 +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 UqNzk0osu6S9; Sun, 7 Sep 2014 23:39:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6810690FE7; Sun, 7 Sep 2014 23:39:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 8A2C01C2456 for ; Sun, 7 Sep 2014 23:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 855972F7AF for ; Sun, 7 Sep 2014 23:39:31 +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 qNqsUwABhAB2 for ; Sun, 7 Sep 2014 23:39:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by silver.osuosl.org (Postfix) with ESMTPS id CE2932F479 for ; Sun, 7 Sep 2014 23:39:30 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id w62so14105379wes.13 for ; Sun, 07 Sep 2014 16:39:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=PmRp+Z4+7fslS/u346Jfp0NbLIC7qoORu7AvLUfnfhc=; b=XueXrE5g8FKWEuH0Fu0Megbxf4c97dn+GDB3DBZN4JNhOQne9t1omFxd8Z2pZD8V/5 h8W8iwFt9dhlzuj93pPaS+JQq/IafEFKquEkBpcnRQ4APZy+AaFEkLs6ons3AxVMNZzf JI2OoHbpFVVqU1M5gUDEPDEFT0oSYxCnHd3Ec6DPYnaopAwD94Wlj0fJbZDyjv4CuYT7 HuylPKLrREg8Lrbl7In/vaaPo62phwgMeyxVX9s4ibOK9lnApObVRr7Rkpuu1bA+AubX WY/SfFYxwseyrYdlJu501RD1eYW4sQYktiB079CU1/GGkCsfBqtYuUVRFGKzMaM04f+h aw5g== X-Received: by 10.194.119.193 with SMTP id kw1mr30670194wjb.82.1410133169392; Sun, 07 Sep 2014 16:39:29 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id c7sm9900243wib.12.2014.09.07.16.39.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 07 Sep 2014 16:39:28 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Mon, 8 Sep 2014 01:39:07 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 08/18 v4] docs/manual: manual-update-lists is not a generic GENDOC rule 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 Move the manual-update-lists .PHONY declaration out of GENDOC, since not all the documents may have an -update-lists rule. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Cc: Thomas De Schampheleire --- docs/manual/manual.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index 135ab3d..08addd1 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -1,5 +1,6 @@ # Packages included in BR2_EXTERNAL are not part of buildroot, so they # should not be included in the manual. +.PHONY: manual-update-lists manual-update-lists: manual-check-dependencies-lists $(BUILD_DIR)/$(pkgname) $(Q)$(call MESSAGE,"Updating the manual lists...") $(Q)BR2_DEFCONFIG="" TOPDIR=$(TOPDIR) O=$(BUILD_DIR)/$(pkgname) \ @@ -140,7 +141,7 @@ $(call GENDOC_INNER,$(pkgname),epub,epub,epub,ePUB) clean: $(pkgname)-clean $(pkgname)-clean: $$(Q)$$(RM) -rf $$(BUILD_DIR)/$(pkgname) -.PHONY: $(pkgname) $(pkgname)-clean manual-update-lists +.PHONY: $(pkgname) $(pkgname)-clean endef MANUAL_SOURCES = $(sort $(wildcard docs/manual/*.txt) $(wildcard docs/images/*))