From dbc5ea6691e2de48c58d97bf1f396fda7d9334c3 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Jan 2011 17:34:52 +0000 Subject: Change xz xml filenames to support jhalfs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9438 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter05.xml | 2 +- chapter05/xz-utils.xml | 74 ------------------------------------------------- chapter05/xz.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 75 deletions(-) delete mode 100644 chapter05/xz-utils.xml create mode 100644 chapter05/xz.xml (limited to 'chapter05') diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 0afdae8e0..a4edca5e2 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -42,7 +42,7 @@ - + diff --git a/chapter05/xz-utils.xml b/chapter05/xz-utils.xml deleted file mode 100644 index 434533ebc..000000000 --- a/chapter05/xz-utils.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - %general-entities; -]> - - - - - - xz-utils - &xz-version; -
&xz-url;
-
- - Xz-&xz-version; - - - xz - tools - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/xz-utils.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&xz-ch5-sbu;</seg> - <seg>&xz-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Xz-Utils - - Prepare Xz for compilation: - -./configure --prefix=/tools - - Compile the package: - -make - - Compilation is now complete. As discussed earlier, running the test - suite is not mandatory for the temporary tools here in this chapter. To run - the Xz test suite anyway, issue the following command: - -make check - - Install the package: - -make install - - - - - - - <para>Details on this package are located in - <xref linkend="contents-xz" role="."/></para> - - </sect2> - -</sect1> diff --git a/chapter05/xz.xml b/chapter05/xz.xml new file mode 100644 index 000000000..5f18b1470 --- /dev/null +++ b/chapter05/xz.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + +<sect1 id="ch-tools-xz" role="wrap"> + <?dbhtml filename="xz-utils.html"?> + + <sect1info condition="script"> + <productname>xz-utils</productname> + <productnumber>&xz-version;</productnumber> + <address>&xz-url;</address> + </sect1info> + + <title>Xz-&xz-version; + + + xz + tools + + + + + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../chapter06/xz.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&xz-ch5-sbu;</seg> + <seg>&xz-ch5-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Xz-Utils + + Prepare Xz for compilation: + +./configure --prefix=/tools + + Compile the package: + +make + + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Xz test suite anyway, issue the following command: + +make check + + Install the package: + +make install + + + + + + + <para>Details on this package are located in + <xref linkend="contents-xz" role="."/></para> + + </sect2> + +</sect1> -- cgit v1.2.3-54-g00ecf