You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2015/08/16 17:04:22 UTC

isis git commit: ISIS-1191: Adding clarification about directory to be in, in documentation build instructions

Repository: isis
Updated Branches:
  refs/heads/master abd2c4e01 -> e618c811f


ISIS-1191: Adding clarification about directory to be in, in documentation build instructions


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/e618c811
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/e618c811
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/e618c811

Branch: refs/heads/master
Commit: e618c811f2520751ff228dc10c3c6dfaf8e57268
Parents: abd2c4e
Author: Kevin <ke...@apache.org>
Authored: Sun Aug 16 17:01:20 2015 +0200
Committer: Kevin <ke...@apache.org>
Committed: Sun Aug 16 17:01:20 2015 +0200

----------------------------------------------------------------------
 adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e618c811/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
index e4ae334..cf8b323 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_asciidoc.adoc
@@ -68,7 +68,7 @@ An xref:cg.adoc#_cg_appendix_asciidoc-templates[appendix] lists all the template
 
 == Build and Review (using Maven)
 
-To (re)build the documentation locally prior to release, change into adocs/documentation directory and use:
+To (re)build the documentation locally prior to release, change into the `adocs/documentation` directory and use:
 
 [source]
 ----
@@ -170,7 +170,7 @@ git checkout asf-site
 
 === Publishing
 
-Back in the main `isis-git.repo`, to copy the generated documents to the `isis-site.git` repo , run:
+Back in the main `isis-git.repo`, to copy the generated documents to the `isis-site.git` repo, in the `adocs/documentation` directory and run:
 
 [source,bash]
 ----