Merge "Update filepath of build instructions in README.rst"

This commit is contained in:
Jenkins 2013-10-30 20:24:48 +00:00 committed by Gerrit Code Review
commit 4a25d4a484

View File

@ -31,16 +31,16 @@ Building
========
To build::
cd netconn-api
cd v2.0
mvn clean generate-sources
The generated PDF documentation file is::
netconn-api/target/docbkx/webhelp/api/openstack-network/2.0/neutron-api-guide-2.0.pdf
v2.0/target/docbkx/webhelp/openstack-network/openstack-network.pdf
The root of the generated HTML documentation is::
netconn-api/target/docbkx/webhelp/api/openstack-network/2.0/index.html
v2.0/target/docbkx/webhelp/openstack-network/index.html
Installing
==========