diff options
Diffstat (limited to 'chapter06/automake-inst.xml')
-rw-r--r-- | chapter06/automake-inst.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml index eca0bf9f6..4214b6648 100644 --- a/chapter06/automake-inst.xml +++ b/chapter06/automake-inst.xml @@ -7,7 +7,11 @@ <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> -<para>Continue with compiling and installing the package:</para> +<para>Continue with compiling the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> <para><screen><userinput>make install</userinput></screen></para> |