Repository: incubator-freemarker-site Updated Branches: refs/heads/master 09acb2ad3 -> 6fee3f05c
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/6fee3f05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/6fee3f05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/6fee3f05 Branch: refs/heads/master Commit: 6fee3f05cc854119196f4cec3f19beffb502322b Parents: 09acb2a Author: ddekany <[email protected]> Authored: Mon Oct 16 21:36:59 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Oct 16 21:36:59 2017 +0200 ---------------------------------------------------------------------- src/main/docgen/book.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/6fee3f05/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 370b39f..762710c 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1574,13 +1574,13 @@ two freemarker.jar-s and unpredictable behavior! </listitem> <listitem> - <para>Upload the <literal>documentation</literal> folder of the - binary release to - http://freemarker.org/builds/<replaceable>X.X.X</replaceable>-voting/documentation/ - (see - https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git, - <quote>asf-site</quote> branch). The change log will be a link - pointing to a page inside this.</para> + <para>Upload the content of <literal>documentation/_html</literal> + from the binary release to http://freemarker.org/<emphasis + role="bold">builds/<replaceable>X.X.X</replaceable>-voting</emphasis>/documentation/ + (by committing it into the <quote>asf-site</quote> branch of + https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git). + The change log will be a link pointing to a page inside + this.</para> </listitem> <listitem>
