diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 15:17:34 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 15:17:34 +0000 |
commit | b00e6ce1b2c451a1b3db079d7ae52ed20ccd4781 (patch) | |
tree | a3db3722510c5f8c888cff88803700f511d2c4ff /chapter06/groff.xml | |
parent | f72850c0dba8cef836a9b8999f33c47c0cd81cd6 (diff) |
Modified the Groff installation command so that the docs are installed in a standardized versioned directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff.xml')
-rw-r--r-- | chapter06/groff.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 31843cb55..a2507f45b 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -79,7 +79,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make docdir=/usr/share/doc/groff-&groff-version; install</userinput></screen> <para>Some documentation programs, such as <command>xman</command>, will not work properly without the following symlinks:</para> |