From: Christian Ehrhardt Date: Fri, 16 Sep 2016 09:22:58 +0000 (+0200) Subject: d/rules build man pages X-Git-Tag: debian/16.07-1~30 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F2912%2F1;p=deb_dpdk.git d/rules build man pages Call the build of manpages in d/rules arch indep build to be available for later install-runtime (which is arch dep, but uses the same directories). Change-Id: I9035d09a9d44c6fbc049f20a20db8bbb51c6478a Signed-off-by: Christian Ehrhardt --- diff --git a/debian/rules b/debian/rules index f7d9a322..0002871d 100755 --- a/debian/rules +++ b/debian/rules @@ -121,7 +121,8 @@ endif dh_auto_configure override_dh_auto_build-indep: - $(MAKE) V=$(DH_VERBOSE) O=$(DPDK_STATIC_DIR) doc-api-html doc-guides-html + $(MAKE) V=$(DH_VERBOSE) O=$(DPDK_STATIC_DIR) doc-api-html doc-guides-html \ + doc-guides-man override_dh_auto_install-indep: # Package: dpdk-doc