From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id DA6EB2E81 for ; Thu, 3 Dec 2015 14:35:49 +0100 (CET) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 325968E70F; Thu, 3 Dec 2015 13:35:49 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-4-137.ams2.redhat.com [10.36.4.137]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB3DZlQv031213; Thu, 3 Dec 2015 08:35:48 -0500 To: Thomas Monjalon References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <1449118929-19962-11-git-send-email-thomas.monjalon@6wind.com> <56604155.9080007@redhat.com> <5099957.difSTsvb7d@xps13> From: Panu Matilainen Message-ID: <56604533.4050702@redhat.com> Date: Thu, 3 Dec 2015 15:35:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5099957.difSTsvb7d@xps13> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 10/12] mk: install examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 13:35:50 -0000 On 12/03/2015 03:32 PM, Thomas Monjalon wrote: > 2015-12-03 15:19, Panu Matilainen: >> On 12/03/2015 07:02 AM, Thomas Monjalon wrote: >>> The examples are part of the installed documentation. >>> >>> Signed-off-by: Thomas Monjalon >>> --- >>> mk/rte.sdkinstall.mk | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/mk/rte.sdkinstall.mk b/mk/rte.sdkinstall.mk >>> index 902a933..13fa819 100644 >>> --- a/mk/rte.sdkinstall.mk >>> +++ b/mk/rte.sdkinstall.mk >>> @@ -154,3 +154,4 @@ ifneq ($(wildcard $O/doc/*/*/*pdf),) >>> $(Q)$(call rte_mkdir, $(DESTDIR)$(docdir)/guides) >>> $(Q)cp -a $O/doc/*/*/*pdf $(DESTDIR)$(docdir)/guides >>> endif >>> + $(Q)cp -a $(RTE_SDK)/examples $(DESTDIR)$(datadir) >>> >> >> If examples are considered documentation (and I agree on that), then >> shouldn't they be installed in $(docdir) instead? > > I was hesitating. I think it's strange to install some code in > /usr/share/doc/. > It's not really important and may be changed easily at any time. > Installing source code anywhere at all seems a bit strange, being in doc seems like the least-worst alternative to me :) But like said, no big deal. - Panu -