Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    r0c77adcb rc93c620c  
    1818
    1919  <sect1info>
    20     <othername>$LastChangedBy$</othername>
    2120    <date>$Date$</date>
    2221  </sect1info>
     
    3938    </para>
    4039
    41     &lfs10_checked;
     40    &lfs110a_checked;
    4241
    4342    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    113112cd build &amp;&amp;
    114113
    115 meson --prefix=/usr                   \
    116             -Dadmin_group=adm         \
    117             -Delogind=true            \
    118             -Dsystemdsystemunitdir=no \
    119             .. &amp;&amp;
     114meson --prefix=/usr             \
     115      --buildtype=release       \
     116      -Dadmin_group=adm         \
     117      -Delogind=true            \
     118      -Dsystemdsystemunitdir=no \
     119      .. &amp;&amp;
    120120ninja</userinput></screen>
    121121
     
    123123cd build &amp;&amp;
    124124
    125 meson --prefix=/usr           \
    126             -Dadmin_group=adm \
    127             -Dsystemd=true    \
    128             .. &amp;&amp;
     125meson --prefix=/usr       \
     126      --buildtype=release \
     127      -Dadmin_group=adm   \
     128      -Dsystemd=true      \
     129      .. &amp;&amp;
    129130ninja</userinput></screen>
    130131
     
    144145    <title>Command Explanations</title>
    145146
     147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     148      href="../../xincludes/meson-buildtype-release.xml"/>
     149
    146150    <para>
    147151      <parameter>-Dadmin_group=adm</parameter>: This switch sets
     
    153157      the D-Bus interface API documentation.
    154158    </para>
     159
    155160<!--
    156161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    243248        <listitem>
    244249          <para>
    245             is the <application>AccountsService</application> daemon.
     250            is the <application>AccountsService</application> daemon
    246251          </para>
    247252          <indexterm zone="accountsservice accounts-daemon">
     
    255260        <listitem>
    256261          <para>
    257             contains the <application>AccountsService</application> API functions.
     262            contains the <application>AccountsService</application> API functions
    258263          </para>
    259264          <indexterm zone="accountsservice libaccountsservice">
Note: See TracChangeset for help on using the changeset viewer.