diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3c8aa09c1..d4dc3d422 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -51,6 +51,9 @@ </itemizedlist> </para></listitem> +<listitem><para>August 16th, 2002 [markh]: Chapter 06 - Move man-pages to +just after the kernel headers installation.</para></listitem> + <listitem><para>August 15th, 2002 [markh]: Chapter 06 - Move the MAKEDEV installation to before glibc and remove the temporary creation of <filename>/dev/null</filename> as we don't need it diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index c34dff689..8f6e8f3d9 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -13,10 +13,10 @@ &c6-createfiles; &c6-makedev; &c6-kernel; +&c6-manpages; &c6-glibc; &c6-gcc; &c6-zlib; -&c6-manpages; &c6-findutils; &c6-gawk; &c6-ncurses; @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020815"> -<!ENTITY releasedate "August 15th, 2002"> +<!ENTITY version "20020816"> +<!ENTITY releasedate "August 16th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |