Changeset 171c3122


Ignore:
Timestamp:
10/07/2003 10:23:39 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f903ec6
Parents:
7acb4c3
Message:

Cleaning up some entity stuff.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r7acb4c3 r171c3122  
    2424<!ENTITY bookinfo SYSTEM "bookinfo.xml">
    2525
    26 <!ENTITY % preface SYSTEM "entities/preface.ent">
    27 <!ENTITY % chapter01 SYSTEM "entities/chapter01.ent">
    28 <!ENTITY % chapter02 SYSTEM "entities/chapter02.ent">
    29 <!ENTITY % chapter03 SYSTEM "entities/chapter03.ent">
    30 <!ENTITY % chapter04 SYSTEM "entities/chapter04.ent">
    31 <!ENTITY % chapter05 SYSTEM "entities/chapter05.ent">
    32 <!ENTITY % chapter06 SYSTEM "entities/chapter06.ent">
    33 <!ENTITY % chapter07 SYSTEM "entities/chapter07.ent">
    34 <!ENTITY % chapter08 SYSTEM "entities/chapter08.ent">
    35 <!ENTITY % chapter09 SYSTEM "entities/chapter09.ent">
    36 <!ENTITY % appendixa SYSTEM "entities/appendixa.ent">
    37 <!ENTITY % appendixb SYSTEM "entities/appendixb.ent">
     26<!ENTITY % bookstructure SYSTEM "entities/book-structure.xml">
    3827
    39 <!ENTITY % adjustingtoolchain-entities SYSTEM "entities/adjustingtoolchain.ent">
    4028<!ENTITY % autoconf-entities SYSTEM "entities/autoconf.ent">
    4129<!ENTITY % automake-entities SYSTEM "entities/automake.ent">
    4230<!ENTITY % bash-entities SYSTEM "entities/bash.ent">
    43 <!ENTITY % basic-net-entities SYSTEM "entities/basic-net.ent">
    4431<!ENTITY % binutils-entities SYSTEM "entities/binutils.ent">
    4532<!ENTITY % bison-entities SYSTEM "entities/bison.ent">
     
    7057<!ENTITY % lfs-utils-entities SYSTEM "entities/lfs-utils.ent">
    7158<!ENTITY % libtool-entities SYSTEM "entities/libtool.ent">
    72 <!ENTITY % lockingglibc-entities SYSTEM "entities/lockingglibc.ent">
    7359<!ENTITY % m4-entities SYSTEM "entities/m4.ent">
    7460<!ENTITY % make-entities SYSTEM "entities/make.ent">
     
    9581<!ENTITY % zlib-entities SYSTEM "entities/zlib.ent">
    9682
    97 %preface;
    98 %chapter01;
    99 %chapter02;
    100 %chapter03;
    101 %chapter04;
    102 %chapter05;
    103 %chapter06;
    104 %chapter07;
    105 %chapter08;
    106 %chapter09;
    107 %appendixa;
    108 %appendixb;
     83%bookstructure;
    10984
    110 %adjustingtoolchain-entities;
    11185%autoconf-entities;
    11286%automake-entities;
    11387%bash-entities;
    114 %basic-net-entities;
    11588%binutils-entities;
    11689%bison-entities;
     
    141114%lfs-utils-entities;
    142115%libtool-entities;
    143 %lockingglibc-entities;
    144116%m4-entities;
    145117%make-entities;
Note: See TracChangeset for help on using the changeset viewer.