source: clfs-embedded/BOOK/general.ent @ dcf5785

Last change on this file since dcf5785 was dcf5785, checked in by Andrew Bradford <andrew@…>, 7 years ago

Update date

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[a9e389d]1<?xml version="1.0" encoding="ISO-8859-1"?>
2
[dcf5785]3<!ENTITY month "10"> <!-- Use two digits -->
4<!ENTITY month_name "October">
5<!ENTITY day "12"> <!-- Use two digits -->
6<!ENTITY year "2017"> <!-- Use four digits -->
[a9e389d]7
8<!ENTITY releasedate "&month_name; &day;, &year;">
9
[6abe948]10<!ENTITY version "GIT-&year;&month;&day;">
[a9e389d]11
12<!ENTITY version-x86 "&version;-x86">
[99fc891]13<!ENTITY version-mips "&version;-mips">
[4884635]14<!ENTITY version-arm "&version;-arm">
[a9e389d]15
16<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
[8884e2b]17<!ENTITY clfs-root "http://clfs.org/">
18<!ENTITY clfs-wiki "http://trac.clfs.org/">
[a9e389d]19<!ENTITY blfs-root "&lfs-root;blfs/">
20<!ENTITY faq-root "&clfs-wiki;wiki/faq">
21<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
22<!ENTITY hints-index "&lfs-root;hints/list.html">
23<!ENTITY livecd-root "&lfs-root;livecd/">
[3466794]24<!ENTITY errata "&clfs-wiki;clfs-embedded/errata/&generic-version;/">
[8884e2b]25<!ENTITY cblfs-wiki "http://cblfs.clfs.org/">
[a9e389d]26
27<!ENTITY gnu "http://ftp.gnu.org/gnu/">
28<!ENTITY gnu-software "http://www.gnu.org/software/">
29<!ENTITY kernel "http://www.kernel.org/pub/">
[53a63f3]30<!ENTITY sourceforge "http://downloads.sourceforge.net/">
[a9e389d]31
32<!ENTITY dependencies "Installation depends on">
33<!ENTITY testsuites "Test suite depends on">
34<!ENTITY before "Must be installed before">
35
36<!ENTITY % packages-entities SYSTEM "packages.ent">
37%packages-entities;
38
39<!ENTITY % patches-entities SYSTEM "patches.ent">
40%patches-entities;
Note: See TracBrowser for help on using the repository browser.