Fix latex warning in manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Mar 2009 23:39:17 +0000 (00:39 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Mar 2009 23:39:17 +0000 (00:39 +0100)
* doc/automake.texi (Cross-Compilation): Fix underfull hbox.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index 899d0286e6511d2fac6a00cf641bf1b24f1dd61a..2d552e36de80e70cd9d9388c441fd2cde4ec6e9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-03-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * doc/automake.texi (Cross-Compilation): Fix underfull hbox.
+
        Sync auxiliary files from upstream.
        * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub,
        lib/texinfo.tex: Sync from upstream.
index 2f756b6bdfca47df8943ecd0162aaf16e02fe5a0..e1f0f32be82c90b842d38e2846800c8cb8526e41 100644 (file)
@@ -1027,7 +1027,7 @@ create output.
 @end table
 
 For instance when installing GCC, the GNU Compiler Collection, we can
-use @option{--target=@var{TARGET}} to specify that we want to build
+use @option{--target=@/@var{TARGET}} to specify that we want to build
 GCC as a cross-compiler for @var{TARGET}.  Mixing @option{--build} and
 @option{--target}, we can actually cross-compile a cross-compiler;
 such a three-way cross-compilation is known as a @dfn{Canadian cross}.