Docs: Marvin build typo

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/859b13ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/859b13ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/859b13ef

Branch: refs/heads/4.1
Commit: 859b13efb9e8eb11d8c6f675027e562c2f08c43c
Parents: 349799a
Author: Sebastien Goasguen <[email protected]>
Authored: Tue Mar 5 09:36:27 2013 -0500
Committer: Sebastien Goasguen <[email protected]>
Committed: Tue Mar 5 09:37:21 2013 -0500

----------------------------------------------------------------------
 docs/en-US/building-marvin.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/859b13ef/docs/en-US/building-marvin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-marvin.xml b/docs/en-US/building-marvin.xml
index 3dac9d6..3332b16 100644
--- a/docs/en-US/building-marvin.xml
+++ b/docs/en-US/building-marvin.xml
@@ -25,8 +25,8 @@
 <section id="building-marvin">
     <title>Building and Installing Marvin</title>
     <para>Marvin is built with Maven and is dependent on APIdoc. To build it 
do the following in the root tree of &PRODUCT;:</para>
-    <programlisting>mvn -P developer -l :cloud-apidoc</programlisting>
-    <programlisting>mvn -P developer -l :cloud-marvin</programlisting>
+    <programlisting>mvn -P developer -pl :cloud-apidoc</programlisting>
+    <programlisting>mvn -P developer -pl :cloud-marvin</programlisting>
     <para>If successfull the build will have created the cloudstackAPI Python 
package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin 
package under tools/marvin dist. To install the Python Marvin module do the 
following in tools/marvin:</para>
     <programlisting>sudo python ./setup.py install</programlisting>
     <para>The dependencies will be downloaded the Python module installed and 
you should be able to use Marvin in Python. Check that you can import the 
module before starting to use it.</para>

Reply via email to