diff options
Diffstat (limited to 'chapter06/automake-inst.xml')
-rw-r--r-- | chapter06/automake-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml index 09a378452..c3bbd13b3 100644 --- a/chapter06/automake-inst.xml +++ b/chapter06/automake-inst.xml @@ -1,16 +1,10 @@ <sect2> <title>Installation of Automake</title> -<para> -Install Automake by running the following commands: -</para> +<para>Install Automake by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=/usr &&</userinput> -<userinput>make install</userinput> -</screen> -</para> +<para><screen><userinput>./configure --prefix=/usr &&</userinput> +<userinput>make install</userinput></screen></para> </sect2> |