diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/texinfo-exp.xml | 9 | ||||
-rw-r--r-- | chapter06/texinfo-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/texinfo.xml | 1 |
3 files changed, 1 insertions, 12 deletions
diff --git a/chapter06/texinfo-exp.xml b/chapter06/texinfo-exp.xml deleted file mode 100644 index 7dda4a0d4..000000000 --- a/chapter06/texinfo-exp.xml +++ /dev/null @@ -1,9 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>patch -Np1 -i ../texinfo-4.0.patch:</userinput> This patch -fixes a problem with compiling texinfo on gcc-3.0 systems. More -specifically, it moves an #ifdef out of a printf macro in order to be -compatible.</para> - -</sect2> diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml index e92fc1058..d52951b08 100644 --- a/chapter06/texinfo-inst.xml +++ b/chapter06/texinfo-inst.xml @@ -3,8 +3,7 @@ <para>Install Texinfo by running the following commands:</para> -<para><screen><userinput>patch -Np1 -i ../texinfo-&texinfo-version;.patch &&</userinput> -<userinput>./configure --prefix=/usr &&</userinput> +<para><screen><userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen></para> diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 206d52923..a920b9e8a 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -5,7 +5,6 @@ Estimated disk space required: &texinfo-compsize;</screen> &c6-texinfo-inst; -&c6-texinfo-exp; &aa-texinfo-desc; </sect1> |