mk: install examples
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Dec 2015 23:11:28 +0000 (00:11 +0100)
committerThomas 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

index ce077a4..c611d45 100644 (file)
@@ -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)