diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:25:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:25:45 +0000 |
commit | bb0c3b3a288055a3b15c41bf81cb4fbf71b6700d (patch) | |
tree | 0852dbc4eff684980790123a78fd72dc95fbc07f /chapter06/mpfr.xml | |
parent | e844aee20acd5bbf0f621359dee02d8bebe1d524 (diff) |
Correct some role related markup to help with jhalfs' package management feature.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r-- | chapter06/mpfr.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index b61697bb1..fe183fb7d 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -69,8 +69,8 @@ <para>Install the documentation:</para> -<screen><userinput remap="install">make html -make install-html</userinput></screen> +<screen><userinput remap="make">make html +</userinput><userinput remap="install">make install-html</userinput></screen> </sect2> |