From: Alexandre Duret-Lutz Date: Sat, 19 Aug 2006 13:53:52 +0000 (+0000) Subject: * doc/automake.texi (Standard Directory Variables): Fix multitable X-Git-Tag: Release-1-9b~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df436f0be42a6c04f825e092c863565c3938eaa7;p=thirdparty%2Fautomake.git * doc/automake.texi (Standard Directory Variables): Fix multitable width. (Autotools Introduction): Fix @uref usage. --- diff --git a/ChangeLog b/ChangeLog index 7ceab3d35..525ad0ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-19 Alexandre Duret-Lutz + + * doc/automake.texi (Standard Directory Variables): Fix multitable + width. + (Autotools Introduction): Fix @uref usage. + 2006-08-19 Ralf Wildenhues * doc/automake.texi: Fix some typos in the introduction, diff --git a/doc/automake.texi b/doc/automake.texi index 1e62d6079..675df0820 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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@}}