Changeset 53fb87c4


Ignore:
Timestamp:
03/22/2010 12:58:02 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a367fbc
Parents:
3c9d219
Message:

Fixed broken documentation installation commands in the SQLite instructions, thanks to Juan Antonio Moreno Carmona for the report

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8346 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3c9d219 r53fb87c4  
    44-->
    55
    6 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     6<!ENTITY day          "22">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "March &day;th, &year;">
     12<!ENTITY releasedate  "March &day;nd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r3c9d219 r53fb87c4  
    4343
    4444    <listitem>
     45      <para>March 22nd, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Fixed broken documentation installation commands in
     49          the SQLite instructions, thanks to Juan Antonio Moreno Carmona for
     50          the report.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>March 17th, 2010</para>
    4657      <itemizedlist>
  • server/databases/sqlite.xml

    r3c9d219 r53fb87c4  
    9696    install it:</para>
    9797
    98 <screen role="root"><userinput>install -v -m755 -d destdir/usr/share/doc/sqlite-&sqlite-version; &amp;
     98<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; &amp;
    9999cp      -v -R       sqlite-&sqlite-docs-version;-docs/* \
    100                     destdir/usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
     100                    /usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
    101101
    102102  </sect2>
Note: See TracChangeset for help on using the changeset viewer.