From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 09/10] mk: install examples Date: Wed, 2 Dec 2015 04:57:55 +0100 Message-ID: <1449028676-19232-10-git-send-email-thomas.monjalon@6wind.com> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 467398E86 for ; Wed, 2 Dec 2015 04:59:29 +0100 (CET) Received: by wmec201 with SMTP id c201so234693771wme.0 for ; Tue, 01 Dec 2015 19:59:29 -0800 (PST) In-Reply-To: <1449028676-19232-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 6a26d5b..e151c46 100644 --- a/mk/rte.sdkinstall.mk +++ b/mk/rte.sdkinstall.mk @@ -138,3 +138,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)$(docdir) -- 2.5.2