Changeset 0ee2aa3


Ignore:
Timestamp:
02/25/2014 09:04:58 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
ff0a4dc
Parents:
13103ed
Message:

Revert ghandes to guile

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    r13103ed r0ee2aa3  
    9999    </para>
    100100
    101 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr    \
     102            --disable-static \
     103            --docdir=/usr/share/doc/guile-&guile-version; &amp;&amp;
    102104make      &amp;&amp;
    103105make html &amp;&amp;
     
    107109
    108110    <para>
    109       If you have <xref linkend="texlive"/> installed and wish to build alternate
    110       formats (PDF and postscript) of the documentation, issue the following
    111       commands:
    112     </para>
    113 
    114 <screen><userinput>for DIRNAME in r5rs ref; do
    115    make -k -C doc/${DIRNAME} pdf ps
     111      To test the results, issue: <command>make check</command>.
     112    </para>
     113
     114    <para>
     115      Now, as the <systemitem class="username">root</systemitem> user:
     116    </para>
     117
     118<screen role="root"><userinput>make install      &amp;&amp;
     119make install-html &amp;&amp;
     120
     121mv /usr/share/doc/guile-&guile-version;/{guile.html,ref} &amp;&amp;
     122mv /usr/share/doc/guile-&guile-version;/r5rs{.html,}     &amp;&amp;
     123
     124find examples -name "Makefile*" -delete &amp;&amp;
     125cp -vR examples   /usr/share/doc/guile-&guile-version;   &amp;&amp;
     126
     127for DIRNAME in r5rs ref; do
     128  install -v -m644  doc/${DIRNAME}/*.txt \
     129                    /usr/share/doc/guile-&guile-version;/${DIRNAME}
    116130done &amp;&amp;
    117131unset DIRNAME</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make check</command>.
    121     </para>
    122 
    123     <para>
    124       Now, as the <systemitem class="username">root</systemitem> user:
    125     </para>
    126 
    127 <screen role="root"><userinput>make install &amp;&amp;
    128 
    129 find examples -name "Makefile*" -delete      &amp;&amp;
    130 install -v -dm755 /usr/share/doc/guile-&guile-version; &amp;&amp;
    131 cp -vR examples   /usr/share/doc/guile-&guile-version; &amp;&amp;
    132 
    133 for DIRNAME in r5rs ref; do
    134   install -v -dm755 /usr/share/doc/guile-&guile-version;/${DIRNAME} &amp;&amp;
    135  
    136   install -v -m644  doc/${DIRNAME}/*.txt \
    137                     /usr/share/doc/guile-&guile-version;/${DIRNAME} &amp;&amp;
    138  
    139   if [ -d           doc/${DIRNAME}/${DIRNAME}.html ]; then
    140     cp -Rv          doc/${DIRNAME}/${DIRNAME}.html \
    141                     /usr/share/doc/guile-&guile-version;/${DIRNAME}
    142   fi
    143 done
    144 
    145 cp -vR doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref</userinput></screen>
    146 
    147     <para>
    148       If you built the alternate formats of the documentation, install them
    149       using the following commands issued by the
    150       <systemitem class="username">root</systemitem> user:
    151     </para>
    152 
    153 <screen role="root"><userinput>for DIRNAME in r5rs ref
    154 do
    155   install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \
    156                    /usr/share/doc/guile-&guile-version;/${DIRNAME}
    157 done</userinput></screen>
    158132
    159133  </sect2>
  • multimedia/videoutils/ffmpeg.xml

    r13103ed r0ee2aa3  
    184184            --enable-x11grab     &amp;&amp;
    185185make &amp;&amp;
    186 gcc tools/qt-faststart.c -o tools/qt-faststart &amp;&amp;
    187 unset LIBRARY_PATH</userinput></screen>
     186gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
     187<!--
     188unset LIBRARY_PATH</userinput></screen>-->
    188189
    189190    <para>
  • x/installing/libva.xml

    r13103ed r0ee2aa3  
    5151    </para>
    5252
    53     &lfs74_built;
     53    &lfs75_built;
    5454
    5555    <bridgehead renderas="sect4">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.