diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/automake.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bf1788b97..b0410d360 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2008-10-11</para> <itemizedlist> <listitem> + <para>[randy] - Added a parameter to the configure command in the + Automake instructions so that docs are installed in a versioned + directory.</para> + </listitem> + <listitem> <para>[randy] - Updated Module-Init-Tools to 3.4.1.</para> </listitem> <listitem> diff --git a/chapter06/automake.xml b/chapter06/automake.xml index fefa708d1..8695a9ee6 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -49,7 +49,7 @@ <para>Prepare Automake for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen> <para>Compile the package:</para> |