Add a man page for gtk4-node-editor

This commit is contained in:
Matthias Clasen 2022-05-06 23:48:13 -04:00
parent 78d34c098e
commit f9afee0667
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
.. _gtk4-node-editor(1):
=================
gtk4-node-editor
=================
-----------------
Editor render nodes
-----------------
SYNOPSIS
--------
| **gtk4-node-editor** [OPTIONS...]
DESCRIPTION
-----------
``gtk4-node-editor`` is a utility to show and edit render node files.
Such render node files can be obtained e.g. from the GTK inspector.
OPTIONS
-------
``-h, --help``
Show the application help.

View File

@ -78,6 +78,7 @@ if get_option('man-pages') and rst2man.found()
[ 'gtk4-demo-application', '1', ],
[ 'gtk4-widget-factory', '1', ],
[ 'gtk4-icon-browser', '1', ],
[ 'gtk4-node-editor', '1', ],
]
endif