mk: fix excluding files when installing docs
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 23 Jun 2017 18:41:47 +0000 (19:41 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 26 Jun 2017 23:16:22 +0000 (01:16 +0200)
commit68918a3b1c03b642dfdcf13568790de55982e64c
treefe00878df988929af64b865800991ecdbb394000
parente4726cbfa9b090f03f1d283e6e19e43bfb6f19c5
mk: fix excluding files when installing docs

The --exclude parameter must be passed before the input directory to
tar, otherwise it's silently ignored and the .doctrees directory is
installed by make install-doc.

Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
mk/rte.sdkinstall.mk