From e453f6114253ebd2e1ec545f0a8021ec901f8cc7 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Fri, 16 Sep 2016 11:22:58 +0200 Subject: [PATCH] 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 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6