Ignore:
Timestamp:
04/03/2005 02:43:23 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fbb8b9ec
Parents:
b52d2005
Message:

BLFS 6.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

    rb52d2005 re73c45ef  
    77  <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
    88  <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
    9   <!ENTITY emacs-md5sum    "5ec2c01f7604cf207628de0e82181647">
     9  <!ENTITY emacs-md5sum    "8f9d97cbd126121bd5d97e5e31168a87">
    1010  <!ENTITY emacs-size      "20 MB">
    1111  <!ENTITY emacs-buildsize "96.8 MB">
     
    1515<sect1 id="emacs" xreflabel="Emacs-&emacs-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
     20
    2021<?dbhtml filename="emacs.html"?>
    2122<title>Emacs-&emacs-version;</title>
    22 <indexterm zone="emacs"><primary
    23 sortas="a-Emacs">Emacs</primary></indexterm>
     23
     24<indexterm zone="emacs">
     25  <primary sortas="a-Emacs">Emacs</primary>
     26</indexterm>
    2427
    2528<sect2>
     
    3134<sect3><title>Package information</title>
    3235<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink
    34 url="&emacs-download-http;"/></para></listitem>
    35 <listitem><para>Download (FTP): <ulink
    36 url="&emacs-download-ftp;"/></para></listitem>
    37 <listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
    38 <listitem><para>Download size: &emacs-size;</para></listitem>
    39 <listitem><para>Estimated disk space required:
    40 &emacs-buildsize;</para></listitem>
    41 <listitem><para>Estimated build time:
    42 &emacs-time;</para></listitem></itemizedlist>
     36  <listitem><para>Download (HTTP): <ulink url="&emacs-download-http;"/></para></listitem>
     37  <listitem><para>Download (FTP): <ulink url="&emacs-download-ftp;"/></para></listitem>
     38  <listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
     39  <listitem><para>Download size: &emacs-size;</para></listitem>
     40  <listitem><para>Estimated disk space required: &emacs-buildsize;</para></listitem>
     41  <listitem><para>Estimated build time: &emacs-time;</para></listitem>
     42</itemizedlist>
    4343</sect3>
    4444
    45 <sect3><title><application>Emacs</application> dependencies</title>
    46 <sect4><title>Optional</title>
     45<sect3>
     46<title><application>Emacs</application> dependencies</title>
     47
     48<sect4>
     49<title>Optional</title>
     50
    4751<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    48 <xref linkend="libjpeg"/>,
    49 <xref linkend="libpng"/>,
    50 <xref linkend="libtiff"/> and
    51 <xref linkend="libungif"/> or <xref linkend="giflib"/></para>
     52  <xref linkend="libjpeg"/>,
     53  <xref linkend="libpng"/>,
     54  <xref linkend="libtiff"/> and
     55  <xref linkend="libungif"/> or <xref linkend="giflib"/></para>
    5256</sect4>
    5357</sect3>
     
    6165commands:</para>
    6266
    63 <screen><userinput><command>./configure --prefix=/usr \
    64    --libexecdir=/usr/sbin &amp;&amp;
     67<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
    6568make bootstrap</command></userinput></screen>
    6669
Note: See TracChangeset for help on using the changeset viewer.