git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4552b9
)
mk: install examples
author
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 1 Dec 2015 23:11:28 +0000
(
00:11
+0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 14:41:04 +0000
(15:41 +0100)
The examples are part of the installed documentation.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
mk/rte.sdkinstall.mk
patch
|
blob
|
history
diff --git
a/mk/rte.sdkinstall.mk
b/mk/rte.sdkinstall.mk
index
ce077a4
..
c611d45
100644
(file)
--- a/
mk/rte.sdkinstall.mk
+++ b/
mk/rte.sdkinstall.mk
@@
-156,3
+156,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)