Install api and guides in dpdk-doc 87/2187/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 2 Aug 2016 09:20:53 +0000 (10:20 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 2 Aug 2016 09:20:53 +0000 (10:20 +0100)
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>
debian/changelog
debian/rules

index 1846ed5..4a1b543 100644 (file)
@@ -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
 
index e75dd98..bd6c444 100755 (executable)
@@ -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