Author: jim Date: 2006-08-08 17:50:24 -0600 (Tue, 08 Aug 2006) New Revision: 2197
Modified: / branches/clfs-2.0/BOOK/final-system/arm-chapter.xml branches/clfs-2.0/BOOK/final-system/x86-chapter.xml branches/clfs-2.0/BOOK/introduction/common/changelog.xml Log: [EMAIL PROTECTED] (orig r2323): jciccone | 2006-08-08 13:59:34 -0700 Moved man-pages to the beginning of the build. Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:2322 + b6734a72-470d-0410-b049-f317dca95413:/:2323 Modified: branches/clfs-2.0/BOOK/final-system/arm-chapter.xml =================================================================== --- branches/clfs-2.0/BOOK/final-system/arm-chapter.xml 2006-08-08 23:50:12 UTC (rev 2196) +++ branches/clfs-2.0/BOOK/final-system/arm-chapter.xml 2006-08-08 23:50:24 UTC (rev 2197) @@ -14,6 +14,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/> @@ -47,7 +48,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/less.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mktemp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/module-init-tools.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patch.xml"/> Modified: branches/clfs-2.0/BOOK/final-system/x86-chapter.xml =================================================================== --- branches/clfs-2.0/BOOK/final-system/x86-chapter.xml 2006-08-08 23:50:12 UTC (rev 2196) +++ branches/clfs-2.0/BOOK/final-system/x86-chapter.xml 2006-08-08 23:50:24 UTC (rev 2197) @@ -14,6 +14,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/coreutils.xml"/> @@ -47,7 +48,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/less.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mktemp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/module-init-tools.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patch.xml"/> Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml =================================================================== --- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-08-08 23:50:12 UTC (rev 2196) +++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-08-08 23:50:24 UTC (rev 2197) @@ -37,6 +37,16 @@ --> <listitem> + <para>August 8, 2006</para> + <itemizedlist> + <listitem> + <para>[jciccone] - Moved man-pages to the beginning of the build. + (fixes ticket #82).</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 7, 2006</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
