From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 10/12] mk: install examples Date: Thu, 3 Dec 2015 06:02:07 +0100 Message-ID: <1449118929-19962-11-git-send-email-thomas.monjalon@6wind.com> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 0CE6E8E74 for ; Thu, 3 Dec 2015 06:04:02 +0100 (CET) Received: by wmec201 with SMTP id c201so9420188wme.0 for ; Wed, 02 Dec 2015 21:04:02 -0800 (PST) In-Reply-To: <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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) -- 2.5.2