From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D262AA0C4C for ; Tue, 23 Nov 2021 20:40:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBB02410E6; Tue, 23 Nov 2021 20:40:03 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 551B94003C for ; Tue, 23 Nov 2021 20:40:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637696400; 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: in-reply-to:in-reply-to:references:references; bh=BrTu2xLXS5kYCg7IW+M1vLNTpl12D0FeI6iJw9wjv/Y=; b=ZSmPXNLE7ygYQEq00rFTYYQZkOwGzJ3tMVz6RdPRoQQakgaf42ZU3nMcdnDQMugA/UapRy TLIafEL6EhycEbrEIDUJ+a9txi54LcManF85kMSpe/YkSSEsYO2kJiqRkl9+qvl2+UCnqq +u/aZc5wHZdg8lh4y2sTcUTQmwRhW8c= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-564-k3FO0xYFNumM2c4Ex1KKXQ-1; Tue, 23 Nov 2021 14:39:59 -0500 X-MC-Unique: k3FO0xYFNumM2c4Ex1KKXQ-1 Received: by mail-lj1-f197.google.com with SMTP id d20-20020a05651c111400b00218c6372b7eso57325ljo.16 for ; Tue, 23 Nov 2021 11:39:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BrTu2xLXS5kYCg7IW+M1vLNTpl12D0FeI6iJw9wjv/Y=; b=EEIAnYOHsL9OWI+Bx3qO6XUuUWDNVkvAizjpfauJiPuEFkDkxtobm0g+ESdn1WvcIp XHpWLJCEH4TdQn5N9v0NeWMJf/xsT0aV+H3LwAh83ftkn8XnJf2aIez7Nzz40A0v1Vsv KwgDnB9tH66PTIrKbSHZqYfNQHEUDapGBMxJgyCtTXOnGzluSxlPp2jjS3P+ayHFHJId AvoBTWH8PBizgJ+lxumTNoD4iQx+FisQQyMmwUoty5tBhoVrnKdni7v3NbzppNWlkpHW tWVEvcKhMOUM4GBxdrWKTvkL3oj45YZAFrWRiQ+m2iuGijzn2S3M0Q8RX+tBPF7T9yK2 UBCg== X-Gm-Message-State: AOAM530LeHOr8ZJnl1VbCWc14mEWlBJ7ffEN1r/7PtIoQgNB1UXt+th/ s5JUW2kEgdCPSSsNpeab0Q9MiLFZ49fHCkBvWX4zuIvhoIMO2kEnUv87G7VO8rn/cCl3U2Iq3Z4 HPtRo7iNhD4hQsfitmuBYyH0= X-Received: by 2002:a2e:8189:: with SMTP id e9mr8216425ljg.333.1637696397905; Tue, 23 Nov 2021 11:39:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJzVN3zXBdc6CdejYZC/lmzf6DefF5tMX2HdUr17wkR9AiOD7/rCJWeRYjUzDKwyg+yDEbLY1Q55Htw6iVfJkwM= X-Received: by 2002:a2e:8189:: with SMTP id e9mr8216396ljg.333.1637696397629; Tue, 23 Nov 2021 11:39:57 -0800 (PST) MIME-Version: 1.0 References: <4c058c558a858267b8d14b0460dce5fcc8bbcc2c.1637678260.git.tredaelli@redhat.com> In-Reply-To: <4c058c558a858267b8d14b0460dce5fcc8bbcc2c.1637678260.git.tredaelli@redhat.com> From: David Marchand Date: Tue, 23 Nov 2021 20:39:46 +0100 Message-ID: Subject: Re: [PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH To: Timothy Redaelli Cc: Ferruh Yigit , Thomas Monjalon , Luca Boccassi , dev , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Tue, Nov 23, 2021 at 3:49 PM Timothy Redaelli wrote: > > examples.dox is built inside builddir/doc/api and so doxygen generates > some dir_HASH.html that includes the builddir name and this may prevent > DPDK documentation to be correctly generated in some distributions, for > example CentOS Stream 9 and RHEL9, since the builddir includes the > architecture. > > This commit adds builddir/doc/api (the path where examples.dox is > generated) to STRIP_FROM_PATH, so the generated documentation doesn't > change if builddir changes. > > Fixes: a6090630f4e5 ("doc: automate examples file list for API") > Cc: stable@dpdk.org > Signed-off-by: Timothy Redaelli Tested-by: David Marchand -- David Marchand