diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-09-16 11:22:58 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-09-16 11:22:58 +0200 |
commit | e453f6114253ebd2e1ec545f0a8021ec901f8cc7 (patch) | |
tree | 6fee1c2e8885e6108157d6809b0a9099ba5128b6 /debian/rules | |
parent | ba461a355cf0981950dce48891e4c08196a67e20 (diff) |
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 <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
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 |