From 257cbcfa7a99cd171cba884f2f69b4425e19652f Mon Sep 17 00:00:00 2001 From: Francois Deppierraz Date: Sat, 27 Sep 2014 11:11:10 +0200 Subject: [PATCH] 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 --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5071a62a..a5aea938 100644 --- a/README.rst +++ b/README.rst @@ -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 =============================================