aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2016-08-02 10:20:53 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2016-08-02 10:20:53 +0100
commit55b44459ff6421ea6d98e2744486e425f92d4b1c (patch)
tree17c0a9b29bd51f8f150eec21bcc16bb4f646ecf3 /debian/rules
parent1f73816b2ef787c9246ea773a311930f42697556 (diff)
Install api and guides in dpdk-doc
The api and guides docs are built in the static build dir but installed from the shared dir, which is empty. Use the static dir in both the build and install targets. Change-Id: Ibd532d8cfce770b8109e04a88b51307dae2a7fde Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e75dd98f..bd6c4448 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,7 @@ binary-indep:
dh_lintian
# Package: dpdk-doc
# All files based on the install-doc rule (includes examples)
- $(MAKE) V=$(DH_VERBOSE) O=$(DPDK_SHARED_DIR) prefix=/usr \
+ $(MAKE) V=$(DH_VERBOSE) O=$(DPDK_STATIC_DIR) prefix=/usr \
DESTDIR=debian/dpdk-doc install-doc
dh_link
dh_compress