aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.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 /lib/automake.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 'lib/automake.mk')
-rw-r--r--lib/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index 1320e312..64845188 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -249,6 +249,7 @@ MAN_FRAGMENTS += \
lib/daemon.man \
lib/daemon-syn.man \
lib/leak-checker.man \
+ lib/ovs.tmac \
lib/ssl-bootstrap.man \
lib/ssl-bootstrap-syn.man \
lib/ssl-peer-ca-cert.man \