aboutsummaryrefslogtreecommitdiff
path: root/manpages.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-27 09:39:24 -0700
committerBen Pfaff <blp@nicira.com>2011-10-27 09:39:24 -0700
commit23edef9e61fd8c89db4a238c5526b8f44e938aaf (patch)
treef0945b1837378ad2f821e9dd3f291e19636f90a9 /manpages.mk
parentdfbf7f354416264a0b84b09bf882ac0932e78c8b (diff)
Fix manpage-check on RHEL 5.
The version of groff on RHEL 5 doesn't include the .SY, .OP, or .YS macros that ovs-benchmark.1 uses, so the manpage-check target fails on that platform. This commit adds the groff definitions of those macros to a file and includes it into ovs-benchmark.1. I tested that this allows RHEL 5 to pass manpage-check.
Diffstat (limited to 'manpages.mk')
-rw-r--r--manpages.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/manpages.mk b/manpages.mk
index 8135a2c8..c722d5df 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -85,8 +85,10 @@ utilities/ovs-appctl.8.in:
lib/common.man:
utilities/ovs-benchmark.1: \
- utilities/ovs-benchmark.1.in
+ utilities/ovs-benchmark.1.in \
+ lib/ovs.tmac
utilities/ovs-benchmark.1.in:
+lib/ovs.tmac:
utilities/ovs-controller.8: \
utilities/ovs-controller.8.in \