source: chapter01/chapter01.xml@ 3271442

Last change on this file since 3271442 was 3271442, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Ported last updates from trunk except the Grep move on (already handled in this branch) and the Bison sed (conflicts with theBison installation in chapter05 and the move on of Flex).

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

  • Property mode set to 100644
File size: 809 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<chapter id="chapter-intro" xreflabel="Chapter 1">
9 <?dbhtml dir="chapter01"?>
10 <?dbhtml filename="chapter01.html"?>
11
12 <title>Introduction</title>
13
14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="how.xml"/>
15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="changelog.xml"/>
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="resources.xml"/>
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askforhelp.xml"/>
18 <!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="livecd.xml"/>-->
19
20</chapter>
Note: See TracBrowser for help on using the repository browser.