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 354CFA0C4B; 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 EE58240040; Tue, 23 Nov 2021 20:40:02 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 05FB64003C for ; Tue, 23 Nov 2021 20:40:00 +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-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-163-WVAq6Q8WNByA4fN3rY4KLg-1; Tue, 23 Nov 2021 14:39:59 -0500 X-MC-Unique: WVAq6Q8WNByA4fN3rY4KLg-1 Received: by mail-lf1-f70.google.com with SMTP id b23-20020a0565120b9700b00403a044bfcdso129663lfv.13 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=LZIqoFfkdImI2W2HStJqX25PLjhwYOFUvMO2i0P5z30pU+irLYUpBBhxsaUc7hmGuy yBg2VK3cH1O8arFaVCfpZGQ8eeFvpElznktIHWFaRhEcTazIqSqBS+6rFd/gbt++9J06 0wtsYmt+6oZOmH1c6imE9MOcZxYIXL1IpXAbAbyiMJ3W/R4XKwAMDl9/wk94UHJgaDMy 0PU1KUJ4GUFEaC14U2tihSidhgfnwLRBiPVxVnV+mkrG1mNQnccLDMkPDKfnGqOrGh3z 1LwjlXqslDuI2HgiTEvVEERZdA3zNbnukjmpo9YXTewADZxYenYgNXRbYbAjjQyqsQOj qrzQ== X-Gm-Message-State: AOAM530A1LojejrF4Us/Vatxj7rgMAY/V1b6DaAFcP1Ez8PhPeuglXYt 89Ovut2hQ+/60uixQv6uUZzDZvVHtKRgvALT6KLm9Eavki29upvYzhkruqyyTuwbeKzYDCx20zd RbbQdWaVfF86AIVoaOtE= X-Received: by 2002:a2e:8189:: with SMTP id e9mr8216416ljg.333.1637696397796; 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: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-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