From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 686CDA04F9; Thu, 9 Jan 2020 19:06:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07F2A1E54B; Thu, 9 Jan 2020 19:06:46 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 38FDE1E544 for ; Thu, 9 Jan 2020 19:06:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578593204; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i7Z5S/GKjeqbJGNkiKQiRNnmj8lYj9NN6yb876jB9qA=; b=FobMoHZqVq0D7p6n0FrvpZcrea/UcV068h6LamW6r0NEyPdjWjOES/wzsUBA10zD19zhQD 1K507ynlidcg/bTNQZZYW3/+1qsJ8P3qJtY9jCmiIQVokO6XZwtVJoJC2HwP4xnr2HZVfi YWFRbU9ToQBPCflLrDEhH2iIbpcfuzY= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-336-0Og6bv3qOKy-GQ4eevQkdw-1; Thu, 09 Jan 2020 13:06:43 -0500 Received: by mail-vk1-f198.google.com with SMTP id b68so2527768vkh.21 for ; Thu, 09 Jan 2020 10:06:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HQ6LgxQupRR4wkmXRaIL0TBnMO6UthzgvgnqjZHvmfM=; b=CR9XIkLbVW317AJCDjBhrH2QSsR4UR9YRxluhftPHoB2s9eR5EyN5d4R07IjAPJeoE vtsUJyUTuhn+KcKmM+Oohk3hOA+4q92WzS5sEJBPba03/nCyNMZff8za7uqQCNNxtkP0 cB+XhatnC3FUWgIkqwQN6trOKYS8J1skjpf4nQbln46/D4tAR5RcZsWmyTqPc98SjQTs FDuFUcvOwsvQ3SwBLkP0iV94ftyx7ZAeiHb+HNE66qpGoP9VIeemNZ1iVG+TjxU7+u/5 ezU35RGQlzA4KJhNK1qu9K+Srv74KAIXTYE9/n2WItg1MckER6SLA6Up2YbASYjq6aYz gD5g== X-Gm-Message-State: APjAAAURCsc/utW+bam9+vqEhid33DNEMpNFTyHF3TpkyomjL3mMuEv3 7UA1Sfwzp5xaWWgFrlogtfjdxS6R5VBnu7edIaS+o0G6iSFCG0tlfW/bPMZpmdEOfC50sMcab+0 4cb28yVP6hhgY+GixGbQ= X-Received: by 2002:ab0:2408:: with SMTP id f8mr7677755uan.126.1578593202923; Thu, 09 Jan 2020 10:06:42 -0800 (PST) X-Google-Smtp-Source: APXvYqwk9q4h30NSYyYFmsgTmt1taBWVeScFxqi/ADxsJCJKxqftqwyZvRRmVtBcVKxaC28MlUCWEV0WnpK/LeHc39E= X-Received: by 2002:ab0:2408:: with SMTP id f8mr7677730uan.126.1578593202579; Thu, 09 Jan 2020 10:06:42 -0800 (PST) MIME-Version: 1.0 References: <20200109115631.500056-1-bruce.richardson@intel.com> <20200109153112.501282-1-bruce.richardson@intel.com> <20200109153112.501282-6-bruce.richardson@intel.com> In-Reply-To: From: David Marchand Date: Thu, 9 Jan 2020 19:06:31 +0100 Message-ID: To: Bruce Richardson Cc: "Mcnamara, John" , Luca Boccassi , dev , Aaron Conole , Thomas Monjalon X-MC-Unique: 0Og6bv3qOKy-GQ4eevQkdw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3 5/6] doc/guides: rebuild with meson whenever a file changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jan 9, 2020 at 7:03 PM David Marchand w= rote: > > On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson > wrote: > > > > Add proper support for calling sphinx whenever a file in the doc > > directory changes. This is accomplished by using a wrapper script > > for sphinx, which runs sphinx but also emits a gcc-format dependency > > file listing all the doc files. This is used by ninja so that any > > change to the doc files triggers a rebuild of the docs. > > > > Signed-off-by: Bruce Richardson > > Acked-by: Aaron Conole > > --- > > buildtools/call-sphinx-build.py | 23 +++++++++++++++++++++++ > > buildtools/meson.build | 6 ++++-- > > doc/guides/meson.build | 22 ++++++++-------------- > > 3 files changed, 35 insertions(+), 16 deletions(-) > > create mode 100755 buildtools/call-sphinx-build.py > > This new file is not added to MAINTAINERS. I can fix this when applying. I would add this to the section: Meson build M: Bruce Richardson --=20 David Marchand