From c2fb5bdae6e3f8db3bc20015f61364b8d5ba383a Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Sat, 7 Aug 2021 01:54:27 +0200 Subject: ovs-actions: Convert man page from xml to rST. This way it's easier to show it on a website as it will be updated automatically along with the rest of the documentation. Sphinx doesn't render everything perfectly, but it looks good enough in both man and html versions. rST is a bit easier to read and it takes less space. Conversion performed manually since I didn't found any good tool that can actually make the process any faster. Along the way I replaced versions like x.y.90 with x.y+1, because it doesn't seem correct to me to refer non-released versions of OVS in the docs. Fixed a couple of small mistakes like duplicated paragraph and reference to a different section by incorrect name. Also removed bits of xml->nroff conversion code that is not needed anymore. Signed-off-by: Ilya Maximets Acked-by: Roi Dayan --- Documentation/automake.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/automake.mk') diff --git a/Documentation/automake.mk b/Documentation/automake.mk index 213d9c867..137cc57c5 100644 --- a/Documentation/automake.mk +++ b/Documentation/automake.mk @@ -155,6 +155,7 @@ endif # rST formatted manpages under Documentation/ref. RST_MANPAGES = \ + ovs-actions.7.rst \ ovs-appctl.8.rst \ ovs-ctl.8.rst \ ovs-l3ping.8.rst \ -- cgit v1.2.1