[texinfo] Fix seealso labels. (broke by commit d9c2da912d3d)

This commit is contained in:
Jonathan Waltman 2013-02-19 06:58:19 -06:00
parent 4869e61dff
commit 9dcae72b43

View File

@ -1233,9 +1233,10 @@ class TexinfoTranslator(nodes.NodeVisitor):
raise nodes.SkipNode
def visit_seealso(self, node):
self.visit_topic(node)
self.body.append(u'\n\n@subsubheading %s\n\n' %
admonitionlabels['seealso'])
def depart_seealso(self, node):
self.depart_topic(node)
self.body.append('\n')
def visit_meta(self, node):
raise nodes.SkipNode