From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: build examples list before each doxygen run Date: Thu, 06 Apr 2017 16:31:07 +0200 Message-ID: <1541860.uheq0tEQm2@xps13> References: <1491483427-5181-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by dpdk.org (Postfix) with ESMTP id 415D22C5 for ; Thu, 6 Apr 2017 16:31:10 +0200 (CEST) Received: by mail-wr0-f173.google.com with SMTP id w11so59936981wrc.3 for ; Thu, 06 Apr 2017 07:31:10 -0700 (PDT) In-Reply-To: <1491483427-5181-1-git-send-email-thomas.monjalon@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-04-06 14:57, Thomas Monjalon: > The file examples.dox was not re-generated when a file > is added or removed from examples/. > It is now removed on clean operation. > The ordering of operations (clean before generation) is also > better defined. > > Signed-off-by: Thomas Monjalon Applied quickly, it is required to avoid a doxygen error when merging the next-crypto tree.