diff options
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index dff95ba3f..0bce337ac 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -45,18 +45,18 @@ <para>Prepare Gettext for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --docdir=/usr/share/doc/gettext-&gettext-version;</userinput></screen> <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results (this takes a long time, around 3 SBUs), + issue:</para> <screen><userinput remap="test">make check</userinput></screen> - <para>This takes a long time, around 3 SBUs.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |