aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-08-16 20:59:19 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-08-16 20:59:19 +0000
commit6babce5487c0032594d764ef8839efff6bb1f94e (patch)
tree44c08a0b20f7164a24164d92e2dbffa36c7d3315
parentef4653beba4d0123c62e7d1a9029a7e53fb33228 (diff)
move man-pages to after kernel headers install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/chapter06.xml2
-rw-r--r--index.xml4
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;
diff --git a/index.xml b/index.xml
index 0b3c7cf49..2677b52ad 100644
--- a/index.xml
+++ b/index.xml
@@ -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">