Переглянути джерело

Applied Zack's ch5-texinfo patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 роки тому
батько
коміт
8c6f3456f8
2 змінених файлів з 4 додано та 2 видалено
  1. 3 0
      chapter01/changelog.xml
  2. 1 2
      chapter05/texinfo-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -74,6 +74,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Texinfo:
+Don't install the texmf data. It's not used by anything.</para></listitem>
+
 <listitem><para>May 12th, 2003 [winkie]: Chapter 05 &amp; 06 - Installing
 Ncurses: In Chapter 6, symlink creation has been updated to include
 libcurses.*, and libncurses++.a has it's properties changed to 644.

+ 1 - 2
chapter05/texinfo-inst.xml

@@ -6,8 +6,7 @@
 <para><screen><userinput>./configure --prefix=/stage1
 make 
 make check
-make install
-make TEXMF=/stage1/share/texmf install-tex</userinput></screen></para>
+make install</userinput></screen></para>
 
 
 </sect2>