Changeset d5595a31 for general/prog


Ignore:
Timestamp:
03/25/2013 02:12:56 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
2709dd3
Parents:
4355dbcf
Message:

Remove Guile documentation build procedure, broken with Texinfo 5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    r4355dbcf rd5595a31  
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    103 make      &amp;&amp;
     102<screen><userinput>sed -e "/SUBDIRS/d" -i doc/Makefile.am &amp;&amp;
     103autoreconf -fi &amp;&amp;
     104./configure --prefix=/usr --disable-static &amp;&amp;
     105make</userinput></screen><!--      &amp;&amp;
    104106make html &amp;&amp;
    105107
    106 makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi &amp;&amp;
    107 makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen>
     108makeinfo - -plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi &amp;&amp;
     109makeinfo - -plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen>
    108110
    109111    <para>
     
    116118do make -k -C doc/${DIRNAME} pdf ps
    117119done &amp;&amp;
    118 unset DIRNAME</userinput></screen>
     120unset DIRNAME</userinput></screen> -->
    119121
    120122    <para>
     
    126128    </para>
    127129
    128 <screen role="root"><userinput>make install &amp;&amp;
     130<screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
    129131
    130132find examples -name "Makefile*" -exec rm {} \; &amp;&amp;
     
    155157  install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \
    156158                   /usr/share/doc/guile-&guile-version;/${DIRNAME}
    157 done</userinput></screen>
     159done</userinput></screen> -->
     160
     161  </sect2>
     162
     163  <sect2 role="commands">
     164    <title>Command Explanations</title>
     165
     166    <para>
     167      <command>sed -e "/SUBDIRS/d" -i doc/Makefile.am</command>:
     168      This <command>sed</command> prevents info documentation
     169      from being built since the documentation build is broken
     170      with <application>Texinfo</application> 5.0.
     171    </para>
     172
     173    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     174      href="../../xincludes/static-libraries.xml"/>
     175
    158176  </sect2>
    159177
     
    175193        <seg>
    176194          /usr/include/guile,
    177           /usr/lib/guile,
    178           /usr/share/doc/guile-&guile-version; and
     195          /usr/lib/guile<!--,
     196          /usr/share/doc/guile-&guile-version;--> and
    179197          /usr/share/guile
    180198        </seg>
Note: See TracChangeset for help on using the changeset viewer.