From 6c16130c02459ecd8cce820b5827627438a7d5a9 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Tue, 25 Oct 2011 20:07:25 +0100 Subject: Update the rest of the documents as well --- Development_Manual/Makefile | 5 +++-- Development_Manual/en-US/Book_Info.xml | 4 ++-- Development_Manual/en-US/Development_Manual.ent | 7 ++++--- Release_Notes/Makefile | 5 +++-- Release_Notes/en-US/Article_Info.xml | 4 ++-- Release_Notes/en-US/Release_Notes.ent | 4 ++-- Testing_Reference/Makefile | 5 +++-- Testing_Reference/en-US/Book_Info.xml | 4 ++-- Testing_Reference/en-US/Test_Suite_002-Overview.xml | 12 ++++++++++++ Testing_Reference/en-US/Testing_Reference.ent | 5 +++-- Testing_Reference/en-US/Testing_Reference.xml | 1 + Testing_Reference/en-US/part-Test_Suite_002.xml | 12 ++++++++++++ 12 files changed, 49 insertions(+), 19 deletions(-) create mode 100644 Testing_Reference/en-US/Test_Suite_002-Overview.xml create mode 100644 Testing_Reference/en-US/part-Test_Suite_002.xml diff --git a/Development_Manual/Makefile b/Development_Manual/Makefile index f27c571..3e7c0f0 100644 --- a/Development_Manual/Makefile +++ b/Development_Manual/Makefile @@ -1,10 +1,11 @@ PACKAGE = "Development_Manual" all: clean clean_ids - @publican build --langs=en-US --formats=html,html-single,pdf + @publican build --embedtoc --publish --langs=en-US --formats=html,html-single,pdf + @publican install_book --site_config=../site.cfg --lang=en-US upload: all - @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ + @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ clean: @publican clean diff --git a/Development_Manual/en-US/Book_Info.xml b/Development_Manual/en-US/Book_Info.xml index d25aa6b..d638e96 100644 --- a/Development_Manual/en-US/Book_Info.xml +++ b/Development_Manual/en-US/Book_Info.xml @@ -6,8 +6,8 @@ Development Manual short description - Kolab - 2.3.0 + Kolab Groupware + 2.4 1 0 diff --git a/Development_Manual/en-US/Development_Manual.ent b/Development_Manual/en-US/Development_Manual.ent index 1181807..aa8dae8 100644 --- a/Development_Manual/en-US/Development_Manual.ent +++ b/Development_Manual/en-US/Development_Manual.ent @@ -1,4 +1,5 @@ - + + - - + + diff --git a/Release_Notes/Makefile b/Release_Notes/Makefile index 74963a1..7c43140 100644 --- a/Release_Notes/Makefile +++ b/Release_Notes/Makefile @@ -1,10 +1,11 @@ PACKAGE = "Release_Notes" all: clean clean_ids - @publican build --langs=en-US --formats=html,html-single,pdf + @publican build --embedtoc --publish --langs=en-US --formats=html,html-single,pdf + @publican install_book --site_config=../site.cfg --lang=en-US upload: all - @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ + @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ clean: @publican clean diff --git a/Release_Notes/en-US/Article_Info.xml b/Release_Notes/en-US/Article_Info.xml index 0dbedde..58c15d6 100644 --- a/Release_Notes/en-US/Article_Info.xml +++ b/Release_Notes/en-US/Article_Info.xml @@ -6,8 +6,8 @@ Release Notes short description - Kolab - 2.3 + Kolab Groupware + 2.4 1 0 diff --git a/Release_Notes/en-US/Release_Notes.ent b/Release_Notes/en-US/Release_Notes.ent index 13630e0..056136c 100644 --- a/Release_Notes/en-US/Release_Notes.ent +++ b/Release_Notes/en-US/Release_Notes.ent @@ -1,5 +1,5 @@ - - + + diff --git a/Testing_Reference/Makefile b/Testing_Reference/Makefile index cfde688..269f8fd 100644 --- a/Testing_Reference/Makefile +++ b/Testing_Reference/Makefile @@ -1,10 +1,11 @@ PACKAGE = "Testing_Reference" all: clean clean_ids - @publican build --langs=en-US --formats=html,html-single,pdf + @publican build --embedtoc --publish --langs=en-US --formats=html,html-single,pdf + @publican install_book --site_config=../site.cfg --lang=en-US upload: all - @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ + @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ clean: @publican clean diff --git a/Testing_Reference/en-US/Book_Info.xml b/Testing_Reference/en-US/Book_Info.xml index 4744260..3a70db0 100644 --- a/Testing_Reference/en-US/Book_Info.xml +++ b/Testing_Reference/en-US/Book_Info.xml @@ -6,8 +6,8 @@ Testing Reference short description - Kolab - 2.3 + Kolab Groupware + 2.4 0 0 diff --git a/Testing_Reference/en-US/Test_Suite_002-Overview.xml b/Testing_Reference/en-US/Test_Suite_002-Overview.xml new file mode 100644 index 0000000..51e16f8 --- /dev/null +++ b/Testing_Reference/en-US/Test_Suite_002-Overview.xml @@ -0,0 +1,12 @@ + + +%BOOK_ENTITIES; +]> + + Test Suite 002 - Overview + + Test Suite 002 for the Roundcube Webmail client is divided into the following sections: + + + diff --git a/Testing_Reference/en-US/Testing_Reference.ent b/Testing_Reference/en-US/Testing_Reference.ent index 707f903..f65aa25 100644 --- a/Testing_Reference/en-US/Testing_Reference.ent +++ b/Testing_Reference/en-US/Testing_Reference.ent @@ -1,4 +1,5 @@ - + + - + diff --git a/Testing_Reference/en-US/Testing_Reference.xml b/Testing_Reference/en-US/Testing_Reference.xml index e865d7b..3399a0f 100644 --- a/Testing_Reference/en-US/Testing_Reference.xml +++ b/Testing_Reference/en-US/Testing_Reference.xml @@ -9,6 +9,7 @@ +