Changeset 7f6f64ac for general


Ignore:
Timestamp:
04/18/2004 02:08:39 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6369e76
Parents:
46f1cfa
Message:

libglade corrections

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

Location:
general
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gdbm/gdbm-exp.xml

    r46f1cfa r7f6f64ac  
    11<sect2>
    22<title>Command explanations</title>
    3 
    4 <para><parameter>--infodir=/usr/share/info
    5 --mandir=/usr/share/man</parameter>: These switches set the documentation
    6 directory to <filename class="directory">/usr/share</filename> instead of
    7 <filename class="directory">/usr</filename>.</para>
    83
    94<para><parameter>BINOWN=root BINGRP=root</parameter>: This command
     
    116
    127</sect2>
    13 
  • general/genlib/gdbm/gdbm-inst.xml

    r46f1cfa r7f6f64ac  
    55</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    88make &amp;&amp;
    99make BINOWN=root BINGRP=root install</command></userinput></screen>
  • general/genlib/gdbm/gdbm.ent

    r46f1cfa r7f6f64ac  
    55<!ENTITY gdbm-desc SYSTEM "gdbm-desc.xml">
    66<!ENTITY gdbm-version "1.8.3">
    7 <!ENTITY gdbm-download-http "http://www.ibiblio.org/pub/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">
     7<!ENTITY gdbm-download-http "http://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">
    88<!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">
    99<!ENTITY gdbm-size "223 KB">
  • general/genlib/gmp.xml

    r46f1cfa r7f6f64ac  
    55&gmp-intro;
    66&gmp-inst;
    7 &gmp-exp;
    87&gmp-desc;
    98
    109</sect1>
    11 
  • general/genlib/gmp/gmp-inst.xml

    r46f1cfa r7f6f64ac  
    55</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --infodir=/usr/share/info  --mandir=/usr/share/man &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
    1010
    1111</sect2>
    12 
  • general/genlib/gmp/gmp.ent

    r46f1cfa r7f6f64ac  
    22<!ENTITY gmp-intro SYSTEM "gmp-intro.xml">
    33<!ENTITY gmp-inst SYSTEM "gmp-inst.xml">
    4 <!ENTITY gmp-exp SYSTEM "gmp-exp.xml">
    54<!ENTITY gmp-desc SYSTEM "gmp-desc.xml">
    65<!ENTITY gmp-version "4.1.2">
    7 <!ENTITY gmp-download-http "http://www.ibiblio.org/pub/gnu/gmp/gmp-&gmp-version;.tar.bz2">
     6<!ENTITY gmp-download-http "http://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
    87<!ENTITY gmp-download-ftp "ftp://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
    98<!ENTITY gmp-size "1.6 MB">
  • general/prog/tcl/tcl-inst.xml

    r46f1cfa r7f6f64ac  
    44<note><para>This package is also installed in <acronym>LFS</acronym>
    55during the bootstrap phase. The significant difference between the
    6 two installations (other than installing to /usr) is to install
     6two installations (other than installing to <filename class="directory">/usr</filename>) is to install
    77the package in such a way that there is no need to keep the build
    88directory around after installation.</para></note>
Note: See TracChangeset for help on using the changeset viewer.