mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Moving Ack and Typ to Preface.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
540fd314f0
commit
7873a7c1a6
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
|
||||||
|
and Acknowledgements sections to the Preface.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
|
<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
|
||||||
replaced the MAKEDEV script with the make_devices script. Contributed by
|
replaced the MAKEDEV script with the make_devices script. Contributed by
|
||||||
Matthias Benkmann.</para></listitem>
|
Matthias Benkmann.</para></listitem>
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
<?dbhtml filename="chapter01.html" dir="chapter01"?>
|
<?dbhtml filename="chapter01.html" dir="chapter01"?>
|
||||||
|
|
||||||
&c1-how;
|
&c1-how;
|
||||||
&c1-conventions;
|
|
||||||
&c1-changelog;
|
&c1-changelog;
|
||||||
&c1-resources;
|
&c1-resources;
|
||||||
&c1-acknowledgements;
|
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
<!ENTITY pf-foreword SYSTEM "../preface/foreword.xml">
|
<!ENTITY pf-foreword SYSTEM "../preface/foreword.xml">
|
||||||
<!ENTITY pf-audience SYSTEM "../preface/audience.xml">
|
<!ENTITY pf-audience SYSTEM "../preface/audience.xml">
|
||||||
<!ENTITY pf-prerequisites SYSTEM "../preface/prerequisites.xml">
|
<!ENTITY pf-prerequisites SYSTEM "../preface/prerequisites.xml">
|
||||||
|
<!ENTITY pf-typography SYSTEM "../preface/typography.xml">
|
||||||
|
<!ENTITY pf-acknowledgements SYSTEM "../preface/acknowledgements.xml">
|
||||||
<!ENTITY pf-organization SYSTEM "../preface/organization.xml">
|
<!ENTITY pf-organization SYSTEM "../preface/organization.xml">
|
||||||
|
|
||||||
<!ENTITY chapter01 SYSTEM "../chapter01/chapter01.xml">
|
<!ENTITY chapter01 SYSTEM "../chapter01/chapter01.xml">
|
||||||
<!ENTITY c1-how SYSTEM "../chapter01/how.xml">
|
<!ENTITY c1-how SYSTEM "../chapter01/how.xml">
|
||||||
<!ENTITY c1-conventions SYSTEM "../chapter01/conventions.xml">
|
|
||||||
<!ENTITY c1-changelog SYSTEM "../chapter01/changelog.xml">
|
<!ENTITY c1-changelog SYSTEM "../chapter01/changelog.xml">
|
||||||
<!ENTITY c1-resources SYSTEM "../chapter01/contactinfo.xml">
|
<!ENTITY c1-resources SYSTEM "../chapter01/contactinfo.xml">
|
||||||
<!ENTITY c1-acknowledgements SYSTEM "../chapter01/acknowledgements.xml">
|
|
||||||
|
|
||||||
<!ENTITY chapter02 SYSTEM "../chapter02/chapter02.xml">
|
<!ENTITY chapter02 SYSTEM "../chapter02/chapter02.xml">
|
||||||
<!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml">
|
<!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml">
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
<!ENTITY version "CVS-2004-02-05">
|
<!ENTITY version "CVS-2004-02-07">
|
||||||
<!ENTITY releasedate "February 5th, 2004">
|
<!ENTITY releasedate "February 7th, 2004">
|
||||||
<!ENTITY milestone "5.2">
|
<!ENTITY milestone "5.2">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
&pf-foreword;
|
&pf-foreword;
|
||||||
&pf-audience;
|
&pf-audience;
|
||||||
&pf-prerequisites;
|
&pf-prerequisites;
|
||||||
|
&pf-typography;
|
||||||
|
&pf-acknowledgements;
|
||||||
&pf-organization;
|
&pf-organization;
|
||||||
|
|
||||||
</preface>
|
</preface>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<sect1 id="ch-scatter-conventions">
|
<sect1 id="pre-typography">
|
||||||
<title>Conventions used in this book</title>
|
<title>Typography</title>
|
||||||
<?dbhtml filename="conventions.html" dir="chapter01"?>
|
<?dbhtml filename="typography.html" dir="preface"?>
|
||||||
|
|
||||||
<para>To make things easy to follow, there are a number of conventions used
|
<para>To make things easier to follow, there are a few typographical
|
||||||
throughout the book. Following are some examples:</para>
|
conventions used throughout the book. Following are some examples:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user