diff options
-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> |