diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 14:28:49 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 14:28:49 +0000 |
commit | 4106b83c4561e368bb58b3071346f8ae7c19bbee (patch) | |
tree | 8a6723b891122e8dfd8de25df51eecb91dd2aa7a /chapter06/automake.xml | |
parent | bfdb0e1908aa3549dc6ababe9338c1338a11009b (diff) |
Added a parameter to the configure command in the Automake instructions so that docs are installed in a versioned directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |