Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    rc93c620c r0c77adcb  
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3839    </para>
    3940
    40     &lfs110a_checked;
     41    &lfs10_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112113cd build &amp;&amp;
    113114
    114 meson --prefix=/usr             \
    115       --buildtype=release       \
    116       -Dadmin_group=adm         \
    117       -Delogind=true            \
    118       -Dsystemdsystemunitdir=no \
    119       .. &amp;&amp;
     115meson --prefix=/usr                   \
     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       --buildtype=release \
    127       -Dadmin_group=adm   \
    128       -Dsystemd=true      \
    129       .. &amp;&amp;
     125meson --prefix=/usr           \
     126            -Dadmin_group=adm \
     127            -Dsystemd=true    \
     128            .. &amp;&amp;
    130129ninja</userinput></screen>
    131130
     
    145144    <title>Command Explanations</title>
    146145
    147     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148       href="../../xincludes/meson-buildtype-release.xml"/>
    149 
    150146    <para>
    151147      <parameter>-Dadmin_group=adm</parameter>: This switch sets
     
    157153      the D-Bus interface API documentation.
    158154    </para>
    159 
    160155<!--
    161156    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    248243        <listitem>
    249244          <para>
    250             is the <application>AccountsService</application> daemon
     245            is the <application>AccountsService</application> daemon.
    251246          </para>
    252247          <indexterm zone="accountsservice accounts-daemon">
     
    260255        <listitem>
    261256          <para>
    262             contains the <application>AccountsService</application> API functions
     257            contains the <application>AccountsService</application> API functions.
    263258          </para>
    264259          <indexterm zone="accountsservice libaccountsservice">
Note: See TracChangeset for help on using the changeset viewer.