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 0174DA0C52; Wed, 24 Nov 2021 14:19:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E02CA41C3D; Wed, 24 Nov 2021 14:19:33 +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 8DF2941168 for ; Wed, 24 Nov 2021 14:19:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637759972; 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=9kPNcfRurIL4NlN/sgHUMl3w+y2W/Nfeo4+Sq7uoBF0=; b=hBgGUyduRx0uganF2sr5uKhaaPeU9xd/VXG0eCOus9IjViSfn+1yTXR3oC27cS4PCulZj7 Q6ltJepRKUJKILORYpTLl9AbftIZXsdcpLCtfaN7qO1VhPjghPIEWO/rQOvxGCDqATdKlI ToW39hnM2qrODvaq9ewAr9AIzTmR/7A= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-44-pJ_465r2O-CAtQrCEIlJkw-1; Wed, 24 Nov 2021 08:19:31 -0500 X-MC-Unique: pJ_465r2O-CAtQrCEIlJkw-1 Received: by mail-lj1-f199.google.com with SMTP id y23-20020a2e3217000000b00218c6ede162so855320ljy.23 for ; Wed, 24 Nov 2021 05:19:30 -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=9kPNcfRurIL4NlN/sgHUMl3w+y2W/Nfeo4+Sq7uoBF0=; b=ND/Wu1djMs+InJKD0B5M8dkxIp723enF9AU0EcTC1SZ7zbhibvLowKUq4Eao2AQa0D 30OcYAnnTzS8nrp4h6U2fDdcGtpwAEj0uFkwvceco0uBfKnnNer0y2JrNr0drhwOZvBG Cwsp1B7BDGUaS0ZcQTIHIx5lwrZR/s6tRrmoIzbQ3dQQtLvIayC8D4zoQSpjnhSVNEPG mN3w+F9qnZvUAexNpn3ifi2jiBG2nAdCCklH+iJvIoqDis2ZcpMW4cfdcommB1ObXNSS tvWZ1b6A0zmU9+pDk/dyY4eWSknl8JUgZqgALtrHMia0MTy/qMuguovVcUKVrMF4ybsA ZLFA== X-Gm-Message-State: AOAM5323BPu2You3F/KKT2tHE8xqPgZNtrkV5el1ocXqLrx/vxWeX7N8 EnVF1x+GUJFf+hvgJjIjnpyV6GS/XkN/mFsylY11lqD6HTPO6QurKmRQPq0ubM/PCCpHSsunYKq 9NBlBdwv2CVBwLIde8wQ= X-Received: by 2002:a2e:8702:: with SMTP id m2mr14357838lji.55.1637759964515; Wed, 24 Nov 2021 05:19:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJzXmyKfqVgX53TBkwTg7I/Hh4WFclBDR/ExDy9h4MjQ9fEedHoeapwycnx2B2SLQAvdwjGVeQWwPp6snfDzCuA= X-Received: by 2002:a2e:8702:: with SMTP id m2mr14357776lji.55.1637759964111; Wed, 24 Nov 2021 05:19:24 -0800 (PST) MIME-Version: 1.0 References: <4c058c558a858267b8d14b0460dce5fcc8bbcc2c.1637678260.git.tredaelli@redhat.com> <5e15eb1533ce8043f2cdaf3c7cd43463e513f393.camel@debian.org> In-Reply-To: <5e15eb1533ce8043f2cdaf3c7cd43463e513f393.camel@debian.org> From: David Marchand Date: Wed, 24 Nov 2021 14:19:12 +0100 Message-ID: Subject: Re: [PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH To: Timothy Redaelli Cc: Luca Boccassi , Ferruh Yigit , Thomas Monjalon , 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 4:17 PM Luca Boccassi wrote: > > On Tue, 2021-11-23 at 15:48 +0100, 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 > Acked-by: Luca Boccassi Tested-by: David Marchand Applied, thanks. -- David Marchand