From dd06b538b57f5f10ad8138576ad6ebf9fe7a6c69 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 18 Feb 2013 21:33:51 +0000 Subject: Update to texinfo-5.0 and linux-3.7.9. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 7 +++++++ chapter06/inetutils.xml | 5 +++-- chapter06/texinfo.xml | 25 +++++++++++++++++++++++-- 3 files changed, 33 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f15144dae..1ecbf524c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -48,6 +48,13 @@ sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in + Again, do not build the .info files. They are broken with the current + version of makeinfo. + + sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure + + + As in , apply the following sed to force the build to use the compiler flag in order to ensure diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index e773724aa..59e5862dd 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -119,10 +119,11 @@ Install the package: -make install +make install + Move some programs so they are available if /usr is not accessable: diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 67a9f6b72..3bac8536c 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -100,8 +100,8 @@ done Installed directory - info, infokey, install-info, makeinfo, pdftexi2dvi, texi2dvi, texi2pdf, and - texindex + info, infokey, install-info, makeinfo, pdftexi2dvi, + pod2texi, texi2any, texi2dvi, texi2pdf, and texindex /usr/share/texinfo @@ -168,6 +168,27 @@ done + + pod2texi + + Converts Pod to Texinfo format + + pod2texi + + + + + + texi2any + + Translate Texinfo source documentation to + various other formats + + texi2any + + + + texi2dvi -- cgit v1.2.3-54-g00ecf