]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Standard Directory Variables): Fix multitable
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 19 Aug 2006 13:53:52 +0000 (13:53 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 19 Aug 2006 13:53:52 +0000 (13:53 +0000)
width.
(Autotools Introduction): Fix @uref usage.

ChangeLog
doc/automake.texi

index 7ceab3d3596d3f340e02a72805f9a86674d56bde..525ad0ea292465f1fa58055d45263116f00f3be8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * doc/automake.texi (Standard Directory Variables): Fix multitable
+       width.
+       (Autotools Introduction): Fix @uref usage.
+
 2006-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * doc/automake.texi: Fix some typos in the introduction,
index 1e62d6079d9620f210ed4551920bf67d82af6c1f..675df08201222924c43093ccc1008072fc82312d 100644 (file)
@@ -391,8 +391,8 @@ you through it.
 If you need some teaching material, more illustrations, or a less
 @command{automake}-centered continuation, some slides for this
 introduction are available in Alexandre Duret-Lutz's
-@uref{Autotools Tutorial,
-http://www-src.lip6.fr/@/~Alexandre.Duret-Lutz/@/autotools.html}.
+@uref{http://www-src.lip6.fr/@/~Alexandre.Duret-Lutz/@/autotools.html,
+Autotools Tutorial}.
 This chapter is the written version of the first part of his tutorial.
 
 @menu
@@ -641,7 +641,7 @@ files.
 The GNU Coding Standards also specify a hierarchy of variables to
 denote installation directories.  Some of these are:
 
-@multitable {Directory variable} {@file{@code{datarootdir}/doc/@code{PACKAGE}}}
+@multitable {Directory variable} {@code{$@{datarootdir@}/doc/$@{PACKAGE@}}}
 @headitem Directory variable    @tab Default value
 @item @code{prefix}              @tab @code{/usr/local}
 @item @w{@ @ @code{exec_prefix}} @tab @code{$@{prefix@}}