Show paths relative to this repo in README.rst

This patch as well fixes the path to the generated PDF documentation
which was wrong because it misses the last 'training-guides' directory.

Change-Id: I243002eca1b68bbce1c7d4b2985a28a31da968e1
This commit is contained in:
Francois Deppierraz 2014-09-27 11:11:10 +02:00
parent f2abd62f9c
commit 257cbcfa7a

View File

@ -30,21 +30,21 @@ On Fedora 20 and later::
Building
========
The different guides are in subdirectories of the
``openstack-training-guides/doc/`` directory.
``doc/`` directory.
To build the guides, look for a ``pom.xml`` file within a subdirectory,
then run the ``mvn`` command in that directory. For example::
cd openstack-training-guides/doc/training-guides/
cd doc/training-guides/
mvn clean generate-sources
The generated PDF documentation file is::
openstack-training-guides/doc/training-guides/target/docbkx/webhelp/training-guides.pdf
doc/training-guides/target/docbkx/webhelp/training-guides/training-guides.pdf
The root of the generated HTML documentation is::
openstack-training-guides/doc/training-guides/target/docbkx/webhelp/training-guides/content/index.html
doc/training-guides/target/docbkx/webhelp/training-guides/content/index.html
Testing of changes and building of the manual
=============================================