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
This commit is contained in:
Randy McMurchy 2008-10-11 15:17:34 +00:00
parent f72850c0db
commit b00e6ce1b2
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@
<listitem>
<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>

View File

@ -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>