1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-01 10:20:07 +02:00

docs: Use appropriate tags for commands

The glib-compile-resources documentation refers to various command line
tools, and those should be wrapped in the <command> DocBook tag.

https://bugzilla.gnome.org/show_bug.cgi?id=794284
This commit is contained in:
Emmanuele Bassi 2018-03-14 10:41:52 +00:00
parent 72402877cc
commit c5c3fa83c9

@ -199,30 +199,30 @@ be used with <literal>make</literal>.
<varlistentry> <varlistentry>
<term><envar>XMLLINT</envar></term> <term><envar>XMLLINT</envar></term>
<listitem><para> <listitem><para>
The full path to the xmllint executable. This is used to preprocess resources The full path to the <command>xmllint</command> executable. This is used to
with the <literal>xml-stripblanks</literal> preprocessing option. If this preprocess resources with the <literal>xml-stripblanks</literal> preprocessing
environment variable is not set, xmllint is searched in the option. If this environment variable is not set, <command>xmllint</command> is
<envar>PATH</envar>. searched for in the <envar>PATH</envar>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><envar>GDK_PIXBUF_PIXDATA</envar></term> <term><envar>GDK_PIXBUF_PIXDATA</envar></term>
<listitem><para> <listitem><para>
The full path to the gdk-pixbuf-pixdata executable. This is used to preprocess The full path to the <command>gdk-pixbuf-pixdata</command> executable. This is
resources with the <literal>to-pixdata</literal> preprocessing option. If this used to preprocess resources with the <literal>to-pixdata</literal> preprocessing
environment variable is not set, gdk-pixbuf-pixdata is searched in the option. If this environment variable is not set, <command>gdk-pixbuf-pixdata</command>
<envar>PATH</envar>. is searched for in the <envar>PATH</envar>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><envar>JSON_GLIB_FORMAT</envar></term> <term><envar>JSON_GLIB_FORMAT</envar></term>
<listitem><para> <listitem><para>
The full path to the json-glib-format executable. This is used to preprocess The full path to the <command>json-glib-format</command> executable. This is used
resources with the <literal>json-stripblanks</literal> preprocessing option. to preprocess resources with the <literal>json-stripblanks</literal> preprocessing
If this environment variable is not set, json-glib-format is searched in the option. If this environment variable is not set, <command>json-glib-format</command>
<envar>PATH</envar>. is searched for in the <envar>PATH</envar>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>