Switch man pages from SGML to RST
authorIustin Pop <iustin@google.com>
Sat, 13 Nov 2010 19:41:14 +0000 (20:41 +0100)
committerIustin Pop <iustin@google.com>
Mon, 15 Nov 2010 17:34:32 +0000 (18:34 +0100)
commit6be8e2bfd1e7dc7a6ab10f5df784cd9f69db21ea
tree482a25ff9deaa90ad1da23dba2c71b451e631085
parentcc424a1d8fe9a953e386902ceba7eee66a6db039
Switch man pages from SGML to RST

This patch changes the Makefile rules to build the man pages from the
RST sources instead of the SGML ones.

Note: pandoc quotes by default the ‘@’ character in manpage output, so
we explicitely undo this before writing the .in file.

Note 2: The docs unittest has switched from checking cmdsynopsis
elements to search for either '**command**' or '| **command**' at the
beggining of lines. This is not as safe as the sgml checker, but it
should be fine.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Makefile.am
test/docs_unittest.py