diff options
Diffstat (limited to 'chapter05/texinfo-exp.xml')
-rw-r--r-- | chapter05/texinfo-exp.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter05/texinfo-exp.xml b/chapter05/texinfo-exp.xml new file mode 100644 index 000000000..4ab1323f6 --- /dev/null +++ b/chapter05/texinfo-exp.xml @@ -0,0 +1,11 @@ +<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> |