Changeset 0461254


Ignore:
Timestamp:
02/24/2014 09:49:43 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
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:
c8a33e3
Parents:
bb36a133
Message:

two more tags

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    rbb36a133 r0461254  
    3636    </para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    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
    115 do 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*" -exec rm {} \; &amp;&amp;
     125cp -vR examples   /usr/share/doc/guile-&guile-version;   &amp;&amp;
     126
     127for DIRNAME in r5rs ref
     128do
     129  install -v -m644  doc/${DIRNAME}/*.txt \
     130                    /usr/share/doc/guile-&guile-version;/${DIRNAME}
    116131done &amp;&amp;
    117132unset 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*" -exec rm {} \; &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
    134 do
    135   install -v -dm755 /usr/share/doc/guile-&guile-version;/${DIRNAME} &amp;&amp;
    136   install -v -m644  doc/${DIRNAME}/*.txt \
    137                     /usr/share/doc/guile-&guile-version;/${DIRNAME} &amp;&amp;
    138   if [ -d           doc/${DIRNAME}/${DIRNAME}.html ]; then
    139     cp -Rv          doc/${DIRNAME}/${DIRNAME}.html \
    140                     /usr/share/doc/guile-&guile-version;/${DIRNAME}
    141   fi
    142 done
    143 
    144 cp -vR doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref</userinput></screen>
    145 
    146     <para>
    147       If you built the alternate formats of the documentation, install them
    148       using the following commands issued by the
    149       <systemitem class="username">root</systemitem> user:
    150     </para>
    151 
    152 <screen role="root"><userinput>for DIRNAME in r5rs ref
    153 do
    154   install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \
    155                    /usr/share/doc/guile-&guile-version;/${DIRNAME}
    156 done</userinput></screen>
    157133
    158134  </sect2>
  • general/prog/php.xml

    rbb36a133 r0461254  
    3535    general purpose scripting language.</para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.