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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/groff.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index afc2f27fb..0b4060352 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-11</para> <itemizedlist> <listitem> + <para>[randy] - Modified the Groff installation command so that the + docs are installed in a standardized versioned directory.</para> + </listitem> + <listitem> <para>[randy] - Added documentation installation commands to the Chapter 6 Gawk instructions.</para> </listitem> 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> |