Repository: incubator-freemarker-site Updated Branches: refs/heads/master 6fee3f05c -> 83d7cd4fb
Release how-to clarification Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/83d7cd4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/83d7cd4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/83d7cd4f Branch: refs/heads/master Commit: 83d7cd4fb4eb3ab5786e5092f2e31590d2a73536 Parents: 6fee3f0 Author: ddekany <[email protected]> Authored: Thu Nov 2 17:39:52 2017 +0100 Committer: ddekany <[email protected]> Committed: Thu Nov 2 17:39:52 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/83d7cd4f/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 762710c..c39fdc6 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1869,9 +1869,11 @@ two freemarker.jar-s and unpredictable behavior! <para>Most other content is generated from the <literal>site</literal> project, by issuing <literal>ant</literal>. So to change the content, you should edit - <literal><replaceable><site-project></replaceable>/src/docgen/book.xml</literal>. - To ensure that you are using the latest Docgen, you may want to - issue <literal>ant update-deps</literal> before generating.</para> + <literal><replaceable><site-project></replaceable>/src/main/docgen/book.xml</literal> + (in the <literal>master</literal> branch, not in the + <literal>asf-site</literal> branch). To ensure that you are using + the latest Docgen, you may want to issue <literal>ant + update-deps</literal> before generating.</para> </listitem> </itemizedlist>
