Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r4a83293 rac38e9dc  
    66
    77  <!ENTITY aspell-download-http
    8     "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
     8    "https://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    99  <!ENTITY aspell-download-ftp
    1010    "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
     
    3939    </para>
    4040
    41     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8484      <listitem>
    8585        <para>
    86           Aspell dictionaries: <ulink url="ftp://ftp.gnu.org/gnu/aspell/dict"/>
     86          Aspell dictionaries: <ulink url="https://ftp.gnu.org/gnu/aspell/dict"/>
    8787        </para>
    8888      </listitem>
     
    121121
    122122<screen role="root"><userinput>make install &amp;&amp;
     123ln -sfvn aspell-0.60 /usr/lib/aspell &amp;&amp;
     124
    123125install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html &amp;&amp;
    124126
     
    144146 </sect2>
    145147
    146  <!-- <sect2 role="commands">
     148 <sect2 role="commands">
    147149    <title>Command Explanations</title>
    148150
    149151    <para>
    150       <command>make -C manual pdf</command>: This command is listed twice as the
    151       first time it runs it will display an error and abort, although it creates
    152       the requested file. Running the command again ensures the other file is
    153       also created.
    154     </para>
    155   </sect2> -->
     152      <command>ln -sfvn aspell-0.60 /usr/lib/aspell</command>: This command is
     153      used to create a symlink used by other applications, such as
     154      <xref linkend="enchant"/>.
     155    </para>
     156  </sect2>
    156157
    157158  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.