From 1f63d3501c0255fce309bb3f0d54eefcd2fdfdf6 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 29 Mar 2009 00:39:17 +0100 Subject: [PATCH] Fix latex warning in manual. * doc/automake.texi (Cross-Compilation): Fix underfull hbox. Signed-off-by: Ralf Wildenhues --- ChangeLog | 2 ++ doc/automake.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 899d0286e..2d552e36d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-03-29 Ralf Wildenhues + * 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. diff --git a/doc/automake.texi b/doc/automake.texi index 2f756b6bd..e1f0f32be 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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}. -- 2.47.2