mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Revert ghandes to guile
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12785 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
13103ed307
commit
0ee2aa3802
@ -98,24 +98,15 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
<screen><userinput>./configure --prefix=/usr \
|
||||||
|
--disable-static \
|
||||||
|
--docdir=/usr/share/doc/guile-&guile-version; &&
|
||||||
make &&
|
make &&
|
||||||
make html &&
|
make html &&
|
||||||
|
|
||||||
makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi &&
|
makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi &&
|
||||||
makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen>
|
makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen>
|
||||||
|
|
||||||
<para>
|
|
||||||
If you have <xref linkend="texlive"/> installed and wish to build alternate
|
|
||||||
formats (PDF and postscript) of the documentation, issue the following
|
|
||||||
commands:
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<screen><userinput>for DIRNAME in r5rs ref; do
|
|
||||||
make -k -C doc/${DIRNAME} pdf ps
|
|
||||||
done &&
|
|
||||||
unset DIRNAME</userinput></screen>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To test the results, issue: <command>make check</command>.
|
To test the results, issue: <command>make check</command>.
|
||||||
</para>
|
</para>
|
||||||
@ -124,37 +115,20 @@ unset DIRNAME</userinput></screen>
|
|||||||
Now, as the <systemitem class="username">root</systemitem> user:
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install &&
|
<screen role="root"><userinput>make install &&
|
||||||
|
make install-html &&
|
||||||
|
|
||||||
find examples -name "Makefile*" -delete &&
|
mv /usr/share/doc/guile-&guile-version;/{guile.html,ref} &&
|
||||||
install -v -dm755 /usr/share/doc/guile-&guile-version; &&
|
mv /usr/share/doc/guile-&guile-version;/r5rs{.html,} &&
|
||||||
cp -vR examples /usr/share/doc/guile-&guile-version; &&
|
|
||||||
|
find examples -name "Makefile*" -delete &&
|
||||||
|
cp -vR examples /usr/share/doc/guile-&guile-version; &&
|
||||||
|
|
||||||
for DIRNAME in r5rs ref; do
|
for DIRNAME in r5rs ref; do
|
||||||
install -v -dm755 /usr/share/doc/guile-&guile-version;/${DIRNAME} &&
|
|
||||||
|
|
||||||
install -v -m644 doc/${DIRNAME}/*.txt \
|
install -v -m644 doc/${DIRNAME}/*.txt \
|
||||||
/usr/share/doc/guile-&guile-version;/${DIRNAME} &&
|
|
||||||
|
|
||||||
if [ -d doc/${DIRNAME}/${DIRNAME}.html ]; then
|
|
||||||
cp -Rv doc/${DIRNAME}/${DIRNAME}.html \
|
|
||||||
/usr/share/doc/guile-&guile-version;/${DIRNAME}
|
/usr/share/doc/guile-&guile-version;/${DIRNAME}
|
||||||
fi
|
done &&
|
||||||
done
|
unset DIRNAME</userinput></screen>
|
||||||
|
|
||||||
cp -vR doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref</userinput></screen>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
If you built the alternate formats of the documentation, install them
|
|
||||||
using the following commands issued by the
|
|
||||||
<systemitem class="username">root</systemitem> user:
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<screen role="root"><userinput>for DIRNAME in r5rs ref
|
|
||||||
do
|
|
||||||
install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \
|
|
||||||
/usr/share/doc/guile-&guile-version;/${DIRNAME}
|
|
||||||
done</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -183,8 +183,9 @@
|
|||||||
--enable-libx264 \
|
--enable-libx264 \
|
||||||
--enable-x11grab &&
|
--enable-x11grab &&
|
||||||
make &&
|
make &&
|
||||||
gcc tools/qt-faststart.c -o tools/qt-faststart &&
|
gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
|
||||||
unset LIBRARY_PATH</userinput></screen>
|
<!--
|
||||||
|
unset LIBRARY_PATH</userinput></screen>-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
HTML documentation was built in the previous step if
|
HTML documentation was built in the previous step if
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
subpicture blending, and rendering.
|
subpicture blending, and rendering.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
&lfs74_built;
|
&lfs75_built;
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
|
Loading…
Reference in New Issue
Block a user