From patchwork Mon Feb 25 21:31:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 223052 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 AEE3E2C0298 for ; Tue, 26 Feb 2013 08:33:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3141D8F9B6; Mon, 25 Feb 2013 21:33:29 +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 lWVfu7uzH-wn; Mon, 25 Feb 2013 21:33:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 663428F9BC; Mon, 25 Feb 2013 21:33:18 +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 7659E8F783 for ; Mon, 25 Feb 2013 21:33:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CAE728F9B2 for ; Mon, 25 Feb 2013 21:32: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 Kz5g1MRkl370 for ; Mon, 25 Feb 2013 21:32:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 954508F9B4 for ; Mon, 25 Feb 2013 21:32:56 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id x10so2871825wey.31 for ; Mon, 25 Feb 2013 13:32:55 -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=L7ykV+zk5k0pdstyd1sq9J6pWfsBLliI/FtXLAbECdE=; b=ZW2VGX6Jd7NZOkfkmIVKuvrgvVXF53fEQmEBPelsuIPYH0Y9Uq9dlf13Trl1SRwu0o zcy0fdEikPFu4xelbIcjMx/y0aOxKAd6yT65fA3W5f1z2R02rGaC+57omATYCN77m+BR 5yl0ThUD5uzll3YODgeJqsHnxrvpzowKgZyT+G+kK4r+QKImZOjQ9KR8y+lcJrdxvI0p KP5KCLgqMCDxz0EVZYNv+zMuTT9iW7bg9XWRVHBgbRd3O3GnGVTaEzcc/Motx2/QmKpD 54Z4DjI8EWD/R1wL/qNHbNTZHf5kuJrfCGjtC97oOhjv7LYqQ4kQYkFgF05d36llFVme rS6g== X-Received: by 10.194.170.165 with SMTP id an5mr22115817wjc.41.1361827975013; Mon, 25 Feb 2013 13:32:55 -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.54 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Feb 2013 13:32:54 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Mon, 25 Feb 2013 22:31:27 +0100 Message-Id: X-Mailer: git-send-email 1.8.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 07/11] manual: add a make target 'manual-update-lists' 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 Signed-off-by: Samuel Martin --- Changes since v1: * add manual-update-lists target to the .PHONY one (Arnout) * misc. fixes/updates --- docs/manual/manual.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index aa20534..281be29 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -24,6 +24,11 @@ $$(O)/docs/$(1)/$(1).$(4): docs/$(1)/$(1).txt $$($(call UPPERCASE,$(1))_SOURCES) -D $$(@D) $$< endef +manual-update-lists: + @$(call MESSAGE,"Updating the manual lists...") + $(Q)BR2_DEFCONFIG="" PYTHONPATH=$(TOPDIR)/support/pym TOPDIR=$(TOPDIR) \ + $(TOPDIR)/support/scripts/gen-manual-lists.py + ################################################################################ # GENDOC -- generates the make targets needed to build asciidoc documentation. # @@ -41,8 +46,9 @@ $(call GENDOC_INNER,$(1),epub,epub,epub,EPUB) clean: $(1)-clean $(1)-clean: $(Q)$(RM) -rf $(O)/docs/$(1) -.PHONY: $(1) $(1)-clean +.PHONY: $(1) $(1)-clean manual-update-lists endef MANUAL_SOURCES = $(wildcard docs/manual/*.txt) $(wildcard docs/images/*) $(eval $(call GENDOC,manual)) +