source: clfs-sysroot/BOOK/general.ent @ 7a47cec

Last change on this file since 7a47cec was 7a47cec, checked in by Jim Gifford <clfs@…>, 18 years ago

r3906@server (orig r1757): jciccone | 2006-06-09 17:11:23 -0700
2 command fixes

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<!ENTITY version "SVN-20060609">
4<!ENTITY version-ARM "&version;-ARM">
5
6<!ENTITY releasedate "June 9, 2006">
7<!ENTITY milestone "0.2">
8<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
9
10<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
11<!ENTITY clfs-root "http:/trac.cross-lfs.org/">
12<!ENTITY blfs-root "&lfs-root;blfs/">
13<!ENTITY faq-root "&lfs-root;faq/">
14<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
15<!ENTITY hints-index "&lfs-root;hints/list.html">
16<!ENTITY livecd-root "&lfs-root;livecd/">
17<!ENTITY test-results "&clfs-root;clfs/build-logs/&generic-version;/">
18<!ENTITY errata "&clfs-root;clfs/errata/&generic-version;/">
19
20<!ENTITY gnu "http://ftp.gnu.org/gnu/">
21<!ENTITY gnu-software "http://www.gnu.org/software/">
22<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
23<!ENTITY redhat "ftp://sources.redhat.com/pub/">
24<!ENTITY kernel "http://www.kernel.org/pub/">
25<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
26
27<!ENTITY dependencies "Installation depends on">
28<!ENTITY testsuites "Test suite depends on">
29<!ENTITY before "Must be installed before">
30
31<!ENTITY % packages-entities SYSTEM "packages.ent">
32%packages-entities;
33
34<!ENTITY % patches-entities SYSTEM "patches.ent">
35%patches-entities;
Note: See TracBrowser for help on using the repository browser.