mk: install examples

The examples are part of the installed documentation.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
Thomas Monjalon 2015-12-02 00:11:28 +01:00
parent e4552b9cc6
commit 674936d372

View File

@ -156,3 +156,4 @@ ifneq ($(wildcard $O/doc/*/*/*pdf),)
$(Q)$(call rte_mkdir, $(DESTDIR)$(docdir)/guides) $(Q)$(call rte_mkdir, $(DESTDIR)$(docdir)/guides)
$(Q)cp -a $O/doc/*/*/*pdf $(DESTDIR)$(docdir)/guides $(Q)cp -a $O/doc/*/*/*pdf $(DESTDIR)$(docdir)/guides
endif endif
$(Q)cp -a $(RTE_SDK)/examples $(DESTDIR)$(datadir)