man: fix pic issue at the source
authorChris Wright <chrisw@sous-sol.org>
Fri, 9 Dec 2011 07:36:03 +0000 (23:36 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 9 Dec 2011 17:30:35 +0000 (09:30 -0800)
commit186ef5c12d6d2fd15dca4f6a3067893c610f616d
treedfd7f1cb27ddb59a7e4887f55c71d482dfed0a9a
parent537559908e6ea61223d46fa3d49ffa15218eb75e
man: fix pic issue at the source

The commit 0993b66 (man: pic failed to run during manpage-check) worked
around the manpage-check warning generated by groff.  Using "-T ascii"
rather "-T utf8" was enough to silence the warning because the man page
has this condition in it:

  .if !'\*[.T]'ascii'

However, rpmlint generates the same warning as manpage-check was (it
uses -Tutf8), and manpages are generated using -Tutf8 (leading to an
fairly unreadable drawing).  So let's change the logic a bit and allow
pdf generation w/ nice drawing and kill it for tty's.

Cc: Ethan Jackson <ethan@nicira.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Makefile.am
ovsdb/ovsdb-doc.in