debian/rules: fix man pages on non-x86 99/6799/2
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Fri, 19 May 2017 08:48:43 +0000 (10:48 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Mon, 22 May 2017 07:07:13 +0000 (09:07 +0200)
commit784bf02aa60bcb6db6cdc57af06a0ec4e6c8add8
tree8908cd4211f41b45186abfbced4951b9ad089282
parentbfc76e8a86292e59f442aba7d3cdb1510a652608
debian/rules: fix man pages on non-x86

These were built only in the arch indep, and therefore usually x86 only.
Due to that dh:_installman only picked it up there.
Move the make target to the binary section, so that the man pages will
be packaged along the executables.

Update in v2
- keep it in the BUILD_DOC wrapper to be able to skip it with
  nodoc build option.

Change-Id: I6aa6f2d78014de7764b6a8804711570b0194f66d
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/rules