aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1846ed5e..4a1b543f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ dpdk (16.07-1) UNRELEASED; urgency=medium
[ Luca Boccassi ]
* Add ${shlib:Depends} to dpdk-dev dependencies
+ * Install api and guides in dpdk-doc
-- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 29 Jul 2016 08:18:50 +0200
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