diff mbox series

doc: build swupdate-sysrestart man page

Message ID 20200111144000.25590-1-bastiangermann@fishpost.de
State Accepted
Headers show
Series doc: build swupdate-sysrestart man page | expand

Commit Message

Bastian Germann Jan. 11, 2020, 2:40 p.m. UTC
Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
---
 doc/source/conf.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Jan. 13, 2020, 5:30 p.m. UTC | #1
On 11/01/20 15:40, Bastian Germann wrote:
> Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
> ---
>  doc/source/conf.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/source/conf.py b/doc/source/conf.py
> index 6341500..3141f85 100644
> --- a/doc/source/conf.py
> +++ b/doc/source/conf.py
> @@ -238,6 +238,7 @@ man_pages = [
>          ('swupdate-client', 'client', u'SWUpdate client tool', '', 1),
>          ('swupdate-hawkbitcfg', 'hawkbitcfg', u'SWUpdate Hawkbit Configuration tool', '', 1),
>          ('swupdate-progress', 'progress', u'SWUpdate progress tool', '', 1),
> +        ('swupdate-sysrestart', 'sysrestart', u'SWUpdate sysrestart tool', '', 1),
>          ]
>  
>  
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 6341500..3141f85 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -238,6 +238,7 @@  man_pages = [
         ('swupdate-client', 'client', u'SWUpdate client tool', '', 1),
         ('swupdate-hawkbitcfg', 'hawkbitcfg', u'SWUpdate Hawkbit Configuration tool', '', 1),
         ('swupdate-progress', 'progress', u'SWUpdate progress tool', '', 1),
+        ('swupdate-sysrestart', 'sysrestart', u'SWUpdate sysrestart tool', '', 1),
         ]